Ziv

Ziv

  • NA
  • 1
  • 0

[C#] Using a ListView.

Jan 10 2009 10:15 AM

I have a ListView in a form, and I changed the properties to RTL reading (RTL and RTL layout).

When I run the form and I try to click on an item in it, it doesn't get selected. When I change from RTL to normal, it selects the item, but it only highlights the first column. How can I make it highlight the whole row in RTL property?

I'm trying the form on Windows Vista. When I tried a ListView on XP, it worked fine.

Another problem I have with the ListView is when I change the size of the columns on the form designer, it doesn't change them when I run the form. How can I change the column's sizes?

Again, in XP that worked fine, here, with Vista, it doesn't work. :\

Thanks in advance.