I'm using Colibri's CLListbox. I can select anything in it using select(int). How do I make it scroll to the item I select? As far as I can see, there isn't any way other than reimplementing parts of CLListbox.
I'm using Colibri's CLListbox. I can select anything in it using select(int). How do I make it scroll to the item I select? As far as I can see, there isn't any way other than reimplementing parts of CLListbox.
i haven't used CLListbox API, but if you see using the Generic ListView Element you can do that, by just setting the index property to the point you want to take down the listview by scrolling.