10-12-2023, 07:41 PM
(This post was last modified: 10-12-2023, 07:42 PM by DerVVulfman.)
(10-09-2023, 10:53 PM)DerVVulfman Wrote:DONE!(10-07-2023, 11:10 PM)DerVVulfman Wrote:I have a dedicated class for all graphics. And the buttons for the new scrolling listbox does not use what I used in the previous scrollbar. So I either migrate these new buttons to that class, or see how to adapt the old ones to work.

(10-09-2023, 10:53 PM)DerVVulfman Wrote:Oh, that is SO done.(10-07-2023, 11:10 PM)DerVVulfman Wrote:And I need to ensure that clicking on the scrollbar doesn't interfere with any currently highlighted/selected data.

(10-09-2023, 10:53 PM)DerVVulfman Wrote: And when I (1) change the size of the font, (2) add/remove items from the list or (3) change the height of the list, the scroll bar's increment system needs to be recalculated.
(10-11-2023, 06:03 PM)DerVVulfman Wrote: Scrolling does work. But the tab indicator which you would normally be able to move up and down doesn't yet calibrate when you resize the window or add/remove content. I would figure that would be the next update, and I assume should be the last insofar as the basic listbox widget itself is concerned.That is now COMPLETELY fixed.

Of course, the number of items listed and the size of the initial window must be accounted for.

(10-11-2023, 06:03 PM)DerVVulfman Wrote: My work on a scrolling listbox will become the replacement for my initial listbox widget. It now 'auto-detects' when it needs to scroll or NOT to scroll. With a noted exception that the window height MUST be at least a certain size lest the scrollbar won't fit.True that! And now, my scrolling listbox IS the replacement.

(10-09-2023, 10:53 PM)DerVVulfman Wrote:And that...(10-07-2023, 11:10 PM)DerVVulfman Wrote:But with what I have accomplished, replacing the combobox (or dropdown list box) may be readily be made in much the same fashion.
