Page 1 of 1

Listbrowser Top/Bottom

Posted: Mon Mar 21, 2016 11:20 pm
by mritter0
When doing a page up/down in a listbrowser and/or setting LISTBROWSER_Top/LISTBROWSER_Bottom, Top correctly selects the top item that is fully in view (it could be the top or the second item), but Bottom always selects the bottom item even if not fully in view. This could make your selected item partially, or almost entirely, out of view (maybe only the top few pixels of the line is in view). Adding LISTBROWSER_MakeVisible makes it jump another page. Could it be updated to select the bottom item fully in view?