Class TaskDialogStackLayoutPanel
A class that represents a StackLayoutPanel with custom measuring. StackLayoutPanel class uses Float.Infinity when measuring its children. In RadTaskDialog we need to have a constraint, because the task dialog Width is limited
Inheritance
System.Object
TaskDialogStackLayoutPanel
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI.TaskDialog
Assembly: Telerik.WinControls.UI.dll
Syntax
public class TaskDialogStackLayoutPanel : StackLayoutPanel, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IStylableNode
Constructors
TaskDialogStackLayoutPanel()
Declaration
public TaskDialogStackLayoutPanel()
Methods
MeasureOverride(SizeF)
Declaration
protected override SizeF MeasureOverride(SizeF constraint)
Parameters
System.Drawing.SizeF
constraint
|
Returns
System.Drawing.SizeF
|