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
220
Problems with tile manager
posted

Hi,

I'm having real difficulty with the WPF tile manager. I have previous experience of the winforms tile control which did everything i need.

I'd like to make the 1 maximised panel about 50% of available space and the remaining tiles about 200x200. I am using the splitter but i don't want the user to be able to resize anything other than by using the splitter bar. Scrolling seems to be a real issue where i maximize 1 tile (looks ok) then i scroll and this pushes the splitter to make the maximised panel very small, i don;t want the content of the non-maximised tiles to influence the maximised tile.

I am using code to set the managers properties. Any help you can give would be great.

Regards

S

Parents
  • 12004
    posted

    Hello Simon,

    In the MaximizedModeSettings under MaximizedTileConstraints you can set the MinWidth and MaxWidth properties so that the splitter will not set the maximized tile to be resized. Also the TileConstraints can be set for other states that are not maximized such as MinimizedExpandedTileConstraints.

    I have attached a sample.

    xamTileManager1.zip
Reply Children