cancel
Showing results for 
Search instead for 
Did you mean: 

Smaller Trees

0 Kudos

Hi,

I would like to ask if there is anyway to make openui5 trees smaller.

I have an example here . Is it possible all the tree to be smaller?

Thank you

CristianBabei
Contributor
0 Kudos

What you mean by smaller? More compact?

0 Kudos

Yes, you are right. I meant compact. Thank you

Accepted Solutions (0)

Answers (1)

Answers (1)

Bernard
Participant
0 Kudos

A possible option is to force the content density:

var oApp = new sap.m.App();      
oApp.addStyleClass("sapUiSizeCompact");

It does improve the spacing (compress it) a little