[CLOSED] tilewindow

  1. #1

    [CLOSED] tilewindow

    Hi, I have Ext.net.Desktop.desktop.tileWindows() that tile windows vertically, any way to tile horizontally?
    Thanks
    szhang
    Last edited by fabricio.murta; Aug 10, 2017 at 6:21 PM.
  2. #2
    Hello @susanz!

    You're looking to the .snapFitVWindows() method!.. There's also the .snapFitWindows() which is the "tile" (horizontal disposition) variant that distributes the windows' width/height around the desktop area.

    You will not find documentation on these on ExtJS docs cause they are Ext.NET-specific, but I believe they will be pretty straightforward as of their usage. Let us know if they don't work. Just tried it with a couple windows here and worked like a charm.

    Hope this helps!
    Fabrício Murta
    Developer & Support Expert
  3. #3
    Great! That is exactly what I want. Thanks!
  4. #4
    Glad it helped, thanks for the feedback!
    Fabrício Murta
    Developer & Support Expert

Posting Permissions