Post a reproducible sample (or check it yourself: the designer generated
code is in InitializeComponent).
Cheers
Daniel
--
http://www.danielmoth.com/Blog/
"Aaron" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> In one of my listviews I have (via the designer) created two columns
> at 60 pixels wide each. I've assigned Text to each column header and
> set the listview as Detail, as well as make the columns nonclickable
> and have checkboxes.
>
> What I'm seeing when I open the form that the listview is on is the
> right edge of the first column all the way to the very left, which
> means in order to see the column contents, I have to drag the column
> header separator way over to the right. Also, I have no text on my
> column header (s) and I cannot see anywhere where the second column
> even is...it must be out in la la land. I verified through the
> debugger that both text strings that make up an item are indeed
> populated with text so it's not as if the second column didn't have
> any values.
>
> One last thing, I completely deleted the listview and created a whole
> new one from scratch on that same form using different column names
> and widths, yet I get the exact same result! There isn't anywhere in
> code I'm changing any of these settings whatsoever, I just leave them
> as I've designed them. Anyone have any clues...it's really
> mind-boggling!