Click or drag to resize

ScrollableIHandlerExpandContentWidth Property

Gets or sets a value indicating whether this Scrollable expands content to the width of the control

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
bool ExpandContentWidth { get; set; }

Property Value

Type: Boolean
true to expand content to the width 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 horizontal scrollbar appear, regardless of this setting.
See Also