Page 1 of 1
Selection not showing
Posted: 20 May 2007 03:05
by jacky
Code: Select all
! List: Horizontal scrolling by drawing a focus rect with the mouse
did not only not work but even crash under certain conditions.
Fixed.
Ok, it's a guess but I'm gonna blame this on that one. There's now a case, which I beleive is new (hence my blaming

) where drawing such a selection will work, only items aren't being highlighted. No items will be shown highlighted, and actually if one or more were they'll loose that highlight (even though they shouldn't).
But it "works" otherwise, selection count (on statusbar) & all does work the same though.
To do it, all you need is enable a VF, but make sure to have enough items on List so you get no VScrollBar. If you go get one, it works as expected.
Re: Selection not showing
Posted: 20 May 2007 09:43
by admin
Oh boy, thanks!
Posted: 20 May 2007 15:17
by jacky
Thanks for fixing it

Much easier to follow things that way!