Table of Contents

Property LayoutMaxSize

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

LayoutMaxSize

Gets or sets maximal size of the layout which is used together with LayoutOffset when scrollbar position is updated. This property is used when layout of the child controls is Scroll. If this property is Null (default value), automatic calculation is performed.

[Browsable(false)]
public virtual SizeD? LayoutMaxSize { get; set; }

Property Value

SizeD?