B4J Question ChoiceBox

moore_it

Well-Known Member
Licensed User
Longtime User
Hi all,

it's possible to set the width of choicebox context-menu dinamically ?

I try this but not work !

B4X:
Dim w As String = F01_CBO1.PrefWidth-4
CSSUtils.SetStyleProperty(F01_CBO1,"context-menu{-fx-pref-width}",w)

Thanks in advice
 
Top