Night
Newcomer
The list view only expose the Scrollable property, which enable/disable the scroll bar. It doesn't support:
- Scroll event
- Viewable area of the list view when scrolling.
My problem is I make a customize listview, when I double click on a "cell", a text box is put on the list view to allow edit cell's value.
But when editing the text box, user can scroll the list view left-right, but the text box stay at the same place so it looks funny.
Anyone have the same problem like me?
- Scroll event
- Viewable area of the list view when scrolling.
My problem is I make a customize listview, when I double click on a "cell", a text box is put on the list view to allow edit cell's value.
But when editing the text box, user can scroll the list view left-right, but the text box stay at the same place so it looks funny.
Anyone have the same problem like me?