mobile - flex TileLayout - want equal tile width but not height -
I am working on the flex mobile project and a group of groups using a tile layout for layout . The problem is that if any text in any one of the groups has multiple rows, then all the tiles have been changed to the same height. I need tile width for all tiles, but I want the height of the tile to be the highest on each line, thanks for the help.
I got a job for this. I had to write a custom layout which calculates the number of columns and the maximum height of each line.
Comments
Post a Comment