ClassSplitContainerLayoutInfo
Encapsulates the layout information for a layout pass of a RadSplitContainer.
Definition
Namespace:Telerik.WinControls.UI.Docking
Assembly:Telerik.WinControls.UI.dll
Syntax:
public class SplitContainerLayoutInfo
Inheritance: objectSplitContainerLayoutInfo
Constructors
SplitContainerLayoutInfo()
Declaration
public SplitContainerLayoutInfo()
Properties
AbsoluteSizeLength
Gets or sets the length of all panels which are with Absolute size mode.
AutoSizeCountFactor
Gets or sets the auto-size factor which depends on the auto-sizable targets per container.
AutoSizeLength
Gets or sets the length vailable for all panels with AutoSize mode.
AutoSizeTargets
Gets a list with all the panels that are target of an auto-size logic.
Declaration
public List<SplitPanel> AutoSizeTargets { get; }
Property Value
List<SplitPanel>
AvailableLength
Gets or sets the length (width or height, depending on the orientation) that is avilable for layout.
ContentRect
Gets or sets the content rectangle that represents the layoutable area of the container.
LayoutTargets
Gets a list with all the panels that are target of a layout operation.
Declaration
public List<SplitPanel> LayoutTargets { get; }
Property Value
List<SplitPanel>
Orientation
Gets or sets the orientation of the associated container.
Declaration
public Orientation Orientation { get; set; }
Property Value
SplitterLength
Gets or sets the total length, reserved for splitters.
TotalSplitterLength
Gets or sets the total length, reserved for splitters.
Methods
Reset()
Declaration
public void Reset()