Archive for the 'Tile' Category

25
Aug

Changing a Tile container’s child layout direction

The following example lets you change a Tile container’s direction property to control whether the container’s children are arranged from left to right, or top to bottom. You can also use two slider controls to change the value of the tileWidth and tileHeight properties.

Full code after the jump.

Continue reading ‘Changing a Tile container’s child layout direction’

25
Aug

Changing a Tile container’s horizontal and vertical gaps

The following example uses two slider controls to adjust the values of the horizontalGap and verticalGap styles.

Full code after the jump.

Continue reading ‘Changing a Tile container’s horizontal and vertical gaps’

25
Aug

Changing a Tile container’s horizontal and vertical alignment

The following example shows how you can horizontal and vertical alignment in a Tile container using the horizontalAlign and verticalAlign styles respectively.

Full code after the jump.

Continue reading ‘Changing a Tile container’s horizontal and vertical alignment’