When using the TilePanel control and all the tiles get repositioned to the side because you have selected one to display as a large tile, I was wondering is there a property to set how wide the section of the TilePanel where all the small tiles display?
Troy
OK, thanks. Should I open a ticket for this?
Hi,
You can set ultraTilePanel1.MinimumTileSize to Size(500, 500) for the sample you have attached. This will cause tiles minimum size regardless the state to be 500x500. However, this will not cause the ultraTilePanel1.TileContainerNormal to be resized, but there will appear scrollbars. I will forward your question to our developers.
Regards,
Stefaniya
I have uploaded a small test app with a tilepanel control. What I need to control is the amount of screen that the large pane takes vs the area on the right hand side that shows the list of small panes. I'm trying to have the right side of small panes take up more screen width so that although the panes are on the right side of the screen are in a small state they will be large enough to be useable by the user.
Hope this makes sense.
Can you upload a small sample representing what you have achieved up to now and maybe an image showing what you want to achieve and I will be glad to check it. If you cannot upload your project here, I can open a support ticket where you can submit your details.
No matter what I do I can not get the small panes to be wider then the default.