ScrollableExpandContentHeight Property |
Gets or sets a value indicating whether this
Scrollable expands content to the height of the control
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax [DefaultValueAttribute(true)]
public bool ExpandContentHeight { get; set; }
<DefaultValueAttribute(true)>
Public Property ExpandContentHeight As Boolean
Get
Set
[<DefaultValueAttribute(true)>]
member ExpandContentHeight : bool with get, set
Property Value
Type:
Booleantrue to expand content to the height of the control; otherwise,
false.
Remarks
This controls whether content that is smaller than the size of the control will be expanded to fill the available space.
Content that is larger than the available space will make the vertical scrollbar appear, regardless of this setting.
See Also