[Gambas-user] Smooth scrolling listboxes should "jump scroll", right?
Bill Richman
bill at ...2351...
Fri Jan 8 16:02:42 CET 2010
Why didn't I think of that? Works great - thanks!
Bill Richman - Lincoln, Nebraska
Tilter at windmills, maker of pies in the sky, & curmudgeon
email: bill at ...2350... web: www.geektrap.com
Fabien Bodard wrote:
> ok so for the hidden index value :
>
> private aHiddenValue as new Integer[]
>
> public sub Form_load()
>
> For i = 0 to 100
>
> ComboBox.Add("value")
> aHiddenValue.Add(iHiddenValue)
>
> next
>
> end
>
> Public sub ComboBox_Click()
>
> ivalue = aHiddenValue[combobox.index]
>
> end
>
More information about the User
mailing list