I wanted the tile control in my application to start in a 2 x 2 even grid. I set the position of the four tiles, I set all their weights equal to 1. However, when it displays it shows uneven. The first tile's content is very long and the tile expands to fill the content.
How do I make the initial load not try to fit the content (I want scroll bars to appear) and still give the user the ability to use the splitters to manually size the tiles.
Hello rkcarlin,
I am glad you were able to resolve this issue. Please let me know if you need further assistance on this issue.
I also wanted the user to be able to move the splitter between the cells so fixing the size wasn't an option. Since you can adjust the tile with the splitters and the cells remain in place (and the layout can be saved) the commands necessary to accomplish what I wanted are present but just are not available to the developer.
I got the tiles to work the way I wanted by creating my own layout in xml (defining it exactly) and then feeding it into LoadLayout.
I have attached a sample which shows a 2X2 even grid. Please let me know if you have any questions on this matter.