Hi Dong,
To set styles on any component you need to give it a style class and then write that class in your css.
myListBox.addStyleClass("myList");
in your css...
.myList
{
...
}
Hi Dong,
To set styles on any component you need to give it a style class and then write that class in your css.
myListBox.addStyleClass("myList");
in your css...
.myList
{
...
}