Split with Row or Column layout of panel

  1. #1

    Split with Row or Column layout of panel

    Hi!
    I have Panel with Layout="Row" and two panels in Items collection.
    I need to add ability to resize this panels via splitter between them. Setting "Split" property doesn't help.
  2. #2
    Hi,

    Use BorderLayout with North and Center regions
  3. #3
    This parent panel already contained in BorderLayout control.
    Adding nested BorderLayouts causing javascript error with "; expected".
  4. #4
    Hi,

    Please provide sample code which demonstrates how do you apply nested border layout
  5. #5
    I tried to reproduce this issue in clear code, and it works ok :/
    Looks like my very special structure causing this and I have to analyze it.
    Thanks for your reply!
  6. #6
    Just found my mistake. Looks like you cannot place BorderLayout and Panel in one Items collection, BorderLayout has to be alone, I just wrapped it with another Panel.
  7. #7
    Yes, sure, any layout control must be top level in the Items collection.

Similar Threads

  1. [CLOSED] layout issue when using RowLayout within column layout
    By Daly_AF in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Jun 11, 2012, 2:40 PM
  2. Replies: 1
    Last Post: Jul 27, 2011, 10:19 AM
  3. Replies: 5
    Last Post: May 05, 2011, 7:05 PM
  4. Replies: 0
    Last Post: Mar 17, 2011, 4:14 PM
  5. Resizer Vs. PanelResizer; Wanting split panel
    By camus92 in forum 1.x Help
    Replies: 2
    Last Post: Mar 06, 2009, 4:19 PM

Posting Permissions