Hello,
ist it possible to set and get the Position of the ListBox scrollbar ?
i need it because i use the Listbox just to display a List of Objects. Those Objects are provided by another class. and instead of add and remove i just clear the whole List and refill it (due to multiple changes in this List). This way the Listbox Scroll Position gets reset.
thanks in advance.