cancel
Showing results for 
Search instead for 
Did you mean: 

How can I align tiles of a sap.m tileContainer to the left?

former_member705673
Discoverer
0 Kudos

Accepted Solutions (0)

Answers (1)

Answers (1)

jay04041986
Explorer
0 Kudos

First of all, let me tell you that sap.m tile container is deprecated. It was available till 1.50 version. So if you want to use sap.m tile container with the latest UI5 version it will create some problem. Recommended using sap.m.GenericTile instead of sap.m tile container.

Now To answer your question sap.m tile container doesn't have any default property by which you can align tiles to left.nYou have to use Custom css to do so.

Though I am not very sure about your requirement, you might try sap.ushell.ui.launchpad.GridContainer which has more properties and its difault view is left alinged. This is a default container for Fiori Launchpad. Theme Fiori 3.

former_member705673
Discoverer
0 Kudos

Hi Jay ,

We need drag and drop option for tiles . So we are using TileContainer. Is there any other Container which provides the same properties?

Regards,

Ravindra