ClassRadDropDownMenuLayout
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
public class RadDropDownMenuLayout : StackLayoutPanel, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IStylableNode
Inheritance: objectDisposableObjectRadObjectRadElementLayoutPanelStackLayoutPanelRadDropDownMenuLayout
Derived Classes:
Implements:
Inherited Members
Constructors
RadDropDownMenuLayout()
Declaration
public RadDropDownMenuLayout()
Fields
LeftColumnMinWidthProperty
Declaration
public static RadProperty LeftColumnMinWidthProperty
Field Value
RightColumnPaddingProperty
Declaration
public static RadProperty RightColumnPaddingProperty
Field Value
Properties
LeftColumnMaxPadding
Declaration
public virtual float LeftColumnMaxPadding { get; }
Property Value
LeftColumnMinWidth
Gets or sets the left column minimal width.
Declaration
public virtual int LeftColumnMinWidth { get; set; }
Property Value
RightColumnPadding
Gets or sets the right column minimal width.
Declaration
public virtual int RightColumnPadding { get; set; }
Property Value
Methods
InitializeFields()
Initializes member fields to their default values. This method is called prior the CreateChildItems one and allows for initialization of members on which child elements depend.
Declaration
protected override void InitializeFields()
Overrides
MeasureOverride(SizeF)
Measures the space required by the RadElement
Used by the layout system.
Declaration
protected override SizeF MeasureOverride(SizeF availableSize)
Parameters
availableSize
The size that is available to the RadElement. The available size can be infinity (to take the full size of the element)
Returns
The minimum size required by the element to be completely visible. Cannot be infinity.
Overrides
Remarks
In this method call to the Measure method of each child must be made.
OnChildrenChanged(RadElement, ItemsChangeOperation)
Declaration
protected override void OnChildrenChanged(RadElement child, ItemsChangeOperation changeOperation)
Parameters
child
changeOperation
Overrides