The properties of System.Windows.Forms.SplitContainer are listed below. For a list of all members, see the SplitContainer Members list.
See Also: Inherited members from System.Windows.Forms.ContainerControl
override | AutoScroll | bool.
![]() When overridden in a derived class, gets or sets a value indicating whether scroll bars automatically appear if controls are placed outside the System.Windows.Forms.SplitContainer client area. This property is not relevant to this class. |
AutoScrollMargin | System.Drawing.Size.
![]() Gets or sets the size of the auto-scroll margin. This property is not relevant to this class. This property is not relevant to this class. | |
AutoScrollMinSize | System.Drawing.Size.
![]() Gets or sets the minimum size of the scroll bar. This property is not relevant to this class. | |
override | AutoScrollOffset | System.Drawing.Point.
![]() This property is not relevant to this class. |
AutoScrollPosition | System.Drawing.Point.
![]() This property is not relevant to this class. | |
override | AutoSize | bool.
![]() Gets or sets a value indicating whether the System.Windows.Forms.SplitContainer is automatically resized to display its entire contents. This property is not relevant to this class. |
override | BackgroundImage | System.Drawing.Image.
![]() Gets or sets the background image displayed in the control. |
override | BackgroundImageLayout | ImageLayout.
![]() This property is not relevant to this class. |
override | BindingContext | BindingContext.
![]() Gets or sets the System.Windows.Forms.BindingContext for the System.Windows.Forms.SplitContainer. |
BorderStyle | BorderStyle.
![]() Gets or sets the style of border for the System.Windows.Forms.SplitContainer. | |
[read-only] | Controls | Control.ControlCollection.
![]() Gets a collection of child controls. This property is not relevant to this class. |
Dock | DockStyle.
![]() Gets or sets which System.Windows.Forms.SplitContainer borders are attached to the edges of the container. | |
FixedPanel | FixedPanel.
![]() Gets or sets which System.Windows.Forms.SplitContainer panel remains the same size when the container is resized. | |
IsSplitterFixed | bool.
![]() Gets or sets a value indicating whether the splitter is fixed or movable. | |
Orientation | Orientation.
![]() Gets or sets a value indicating the horizontal or vertical orientation of the System.Windows.Forms.SplitContainer panels. | |
Padding | Padding.
![]() Gets or sets the interior spacing, in pixels, between the edges of a System.Windows.Forms.SplitterPanel and its contents. This property is not relevant to this class. | |
[read-only] | Panel1 | SplitterPanel.
![]() Gets the left or top panel of the System.Windows.Forms.SplitContainer, depending on SplitContainer.Orientation. |
Panel1Collapsed | bool.
![]() Gets or sets a value determining whether SplitContainer.Panel1 is collapsed or expanded. | |
Panel1MinSize | int.
![]() Gets or sets the minimum distance in pixels of the splitter from the left or top edge of SplitContainer.Panel1. | |
[read-only] | Panel2 | SplitterPanel.
![]() Gets the right or bottom panel of the System.Windows.Forms.SplitContainer, depending on SplitContainer.Orientation. |
Panel2Collapsed | bool.
![]() Gets or sets a value determining whether SplitContainer.Panel2 is collapsed or expanded. | |
Panel2MinSize | int.
![]() Gets or sets the minimum distance in pixels of the splitter from the right or bottom edge of SplitContainer.Panel2. | |
SplitterDistance | int.
![]() Gets or sets the location of the splitter, in pixels, from the left or top edge of the System.Windows.Forms.SplitContainer. | |
SplitterIncrement | int.
![]() Gets or sets a value representing the increment of splitter movement in pixels. | |
[read-only] | SplitterRectangle | System.Drawing.Rectangle.
![]() Gets the size and location of the splitter relative to the System.Windows.Forms.SplitContainer. |
SplitterWidth | int.
![]() Gets or sets the width of the splitter in pixels. | |
TabStop | bool.
![]() Gets or sets a value indicating whether the user can give the focus to the splitter using the TAB key. | |
override | Text | string.
![]() This property is not relevant to this class. |
[read-only] override | DefaultSize | System.Drawing.Size.
![]() Gets the default size of the System.Windows.Forms.SplitContainer. |