[MaxGUI] Selecting listboxes

BlitzMax Forums/BlitzMax Programming/[MaxGUI] Selecting listboxes

Regular K(Posted 2006) [#1]
Im wondering how I could make a listbox that when selected, the blue box area doesnt just select the item name, but that whole row.

Let me draw up some ASCII art to try to demonstrate

Current way:

____________
|item | <<< not selected
|__________|
___________
||item| | <selected
|_________|

What I want is...

____________
||item____||
|__________|

notice how the blue box extends the whole length of the row, not just around the text?

I hope I got this straight... Thanks