E
Ethan Strauss
Hi,
I have just started building an application which is windows form based,
rather than web based, and I am having troubles with layout.
I can't find any control which gives me just a simple text list! There is
ListView, but that gives me very strange spacing, perhaps because it is
trying to put in icons? There are Flow and Table layout panels, but those
also give me strange spacing. I just want the Windows Form Equivalent of an
HTML <ul></UL> type list. I assume it is here somewhere, but I can't find it.
I have a similar problem with just displaying a Block of text which wraps
in a reasonable way. I have used a TextBox, set to MultiLine and with
background color set to background color, but that seems harder than it
should be. Is there any easier way?
I can't get a label to accept any sort of newline. I have tried "\n",
"<br>" and a few other things. Any thoughts?
I feel like I am probably missing something pretty fundamental. Anyone
know what it is?
Thanks!
Ethan
I have just started building an application which is windows form based,
rather than web based, and I am having troubles with layout.
I can't find any control which gives me just a simple text list! There is
ListView, but that gives me very strange spacing, perhaps because it is
trying to put in icons? There are Flow and Table layout panels, but those
also give me strange spacing. I just want the Windows Form Equivalent of an
HTML <ul></UL> type list. I assume it is here somewhere, but I can't find it.
I have a similar problem with just displaying a Block of text which wraps
in a reasonable way. I have used a TextBox, set to MultiLine and with
background color set to background color, but that seems harder than it
should be. Is there any easier way?
I can't get a label to accept any sort of newline. I have tried "\n",
"<br>" and a few other things. Any thoughts?
I feel like I am probably missing something pretty fundamental. Anyone
know what it is?
Thanks!
Ethan