Quantcast
Channel: SCN: Message List - SAPUI5 Developer Center
Viewing all articles
Browse latest Browse all 8124

Re: SAPUI5 app: How to set appearance of ListBox control?

$
0
0

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

{

   ...

}


Viewing all articles
Browse latest Browse all 8124

Trending Articles