Hello!
Where can I find the property to set the layout of the tilemanager in vertical orientation? Setting MaxColumns only affects the width of the tilemanager but not the scrollbar orientation.
Thank you
Hello Grubarec,
Thank you for your post.
You can set the TileLayoutOrder in xamTileManager.NormalModeSettings to Vertical.
Here is a snippet:
<ig:XamTileManager.NormalModeSettings> <ig:NormalModeSettings TileLayoutOrder="Vertical"/></ig:XamTileManager.NormalModeSettings>
If you require any further assistance please do not hesitate to ask.
Sincerely,
Horen
Software Developer
Infragistics
Hello Horen!
Thank you, but I tried this setting already as it is also mentioned in the "Explicit Tile Layout" example. But the scrollbar within the tilemanager is still horizontal and not vertical. I need a vertical scrollbar.
Thanks for your answer.
I have been looking into the screenshot that you have provided. I created sample application based on your scenario and I could not managed to reproduce the behavior that you have described. If you are not able to reproduce the issue with the attached sample application, would you please modify it with the functionality, that you are using, so it reproduces the issue or send me an isolated sample application where I can reproduce it. This way I would be able to further investigate this for you and provide you with more detailed information on this matter.
Looking forward to hearing from you
Hello Horen
Thank you for the sample.
My not working code was:
<ig:NormalModeSettings TileLayoutOrder="Vertical" AllowTileSizing="Individual" ShouldAnimate="True" MaxColumns="1" />
Changing the XAML to
<ig:NormalModeSettings TileLayoutOrder="Horizontal" AllowTileSizing="Individual" ShouldAnimate="True" MaxColumns="1" />
resolved my problem.
I am glad your issue has been resolved.
If you have any further questions on this matter please do not hesitate to let me know.