Skip to content

SizeType

Konoplev Anatolii edited this page Jun 14, 2020 · 2 revisions

SizeType

ClForms.Common.Grid.SizeType
Specifies how rows or columns of user interface (UI) elements should be sized relative to their container

public enum SizeType

Values

value Description
Absolute The row or column should be sized to an exact number of pixels
AutoSize The row or column should be automatically sized to share space with its peers
Percent The row or column should be sized as a percentage of the parent container

Clone this wiki locally