Splitter min and max size

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • alan75
    New Member
    • Apr 2007
    • 60

    Splitter min and max size

    i want to set the min and max size of listview in one of the panel resizable by a splitter. am i able to size like 90% of the available height or width like in html instead of a fixed value?

    thanks.
  • Motoma
    Recognized Expert Specialist
    • Jan 2007
    • 3236

    #2
    Originally posted by alan75
    i want to set the min and max size of listview in one of the panel resizable by a splitter. am i able to size like 90% of the available height or width like in html instead of a fixed value?

    thanks.
    You can set the anchor properties to the four edges of form.
    The other way to do this is to add a handler for the form resize and adjust the element size in that handler.

    Comment

    Working...