WindowForm component SplitContainer

SplitContainer control

  • Introduction
    Split the page into two adjustable areas, with a split bar in the middle, drag the split bar to adjust the size of the left and right areas
  1. When the property
    FixedPanel adjusts the size of the control, the width of a certain panel remains unchanged (Panel1; Panel2), the Dock default Fill,
    IsSplitterFixed split bar is fixed false, Orientation determines whether the splitter is horizontal or vertical Vertical, Panel1, Panel2,
    SplitterDistance split The distance between the splitter and the left or top in px, SplitterWidth is the thickness of the
    splitter , SplitterIncrement is the increment when the splitter moves in px

Can be nested

Layout—divided into large pieces

Insert picture description here

Guess you like

Origin blog.csdn.net/asdasd1fdsyrt/article/details/114044581