© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•11mo ago•
91 replies
Zilly

✅ Grid Layout

else if (entercount == dialogue.Length && printcount == dialogue.Length)
{
    Console.Clear();
    for (int height = 0; height < 15; height++)
    {
        for (int width = 0; width < 17; width++)
        {
            Console.Write("[]");
        }
    }
}
else if (entercount == dialogue.Length && printcount == dialogue.Length)
{
    Console.Clear();
    for (int height = 0; height < 15; height++)
    {
        for (int width = 0; width < 17; width++)
        {
            Console.Write("[]");
        }
    }
}
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources
Recent Announcements

Similar Threads

Was this page helpful?

Similar Threads

Maui - layout above grid layout [Resolved]
C#CC# / help
4y ago
❔ Grid Employee
C#CC# / help
3y ago
✅ [SOLVED] Grid Issues
C#CC# / help
3y ago
✅ Xaml Grid units
C#CC# / help
3y ago
Next page