A
Alex
Hello everybody,
On some reason EnsureVisible( nSelInd ) for ListView doesn't work in
my C# project. Here is the code:
this.listCategories.Items[nSelInd].Selected = true;
//neither
this.listCategories.EnsureVisible(nSelInd);
//nor
this.listCategories.Items[nSelInd].EnsureVisible();
are not working. Selected row remains hidded at the bottom of list
view.
"Scrollable" property is set to true. What else I'm not doing right?
Thanks,
Alex
On some reason EnsureVisible( nSelInd ) for ListView doesn't work in
my C# project. Here is the code:
this.listCategories.Items[nSelInd].Selected = true;
//neither
this.listCategories.EnsureVisible(nSelInd);
//nor
this.listCategories.Items[nSelInd].EnsureVisible();
are not working. Selected row remains hidded at the bottom of list
view.
"Scrollable" property is set to true. What else I'm not doing right?
Thanks,
Alex