Devexpress WPF - TileLayoutControl group margin

426 views Asked by At

I'm trying to set a margin between 2 groups in Devexpress TileLayoutControl.

I'm creating 2 tiles like this:

        <LayoutControl:Tile Background="Green"
                            Header="User Management"
                            Size="Large" 
                            LayoutControl:FlowLayoutControl.IsFlowBreak="True" />

        <LayoutControl:Tile Background="Green"
                            Header="User Management"
                            Size="ExtraSmall" />

And it shows in different 'Groups' but the margin between that is pretty big. Is there a way to change it?

1

There are 1 answers

1
ReeganLourduraj On

To set margin of Tilelayoutcontrol simply set the TileLayoutControl.Padding property