Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
20
XamTileView with an odd number of panes
posted

Is it possible to have a XamTileView with an odd number of panes other than by setting rows or cols in page to 1 ?

As I understand things, the number of panes is determined by the RowsInPage and ColumnsInPage properties.

If I set these to, say, 2 rows x 3 cols and add 5 panels, there is a void space that nothing can be done with.

Parents
  • 1095
    Offline posted

    Yes, currently the number of panes per page is determined by these tw properties - RowsInPage and CoulmnsInPage - the product of their values, as described in your first picture. Empty TilePane is inevitable in  your case.

     

Reply Children
No Data