B4J Code Snippet Colorpicker hide text

SubName: None

Description:
A quick one liner to hide the text displayed with the colorpicker color. Useful for busy option screens, or aligning with a label.

B4X:
CSSUtils.SetStyleProperty(ColorPicker1,"-fx-color-label-visible","False")

Depends On: CSSUtils

Tags: B4j ColorPicker hide text label
 
Top