[]
Represents a zoom policy for TableLayoutPanel type control.
public class TableLayoutPanelZoomPolicy : ScrollableControlZoomPolicy
If ColumnStyles has items and items' SizeType is Absolute, this zoom policy will change Width.
If RowStyles has items and items' SizeType is Absolute, this zoom policy will change Height.
Name | Description |
---|---|
TableLayoutPanelZoomPolicy() |
Name | Description |
---|---|
TargetType | Gets the type indicates which control type can use this policy. |
Name | Description |
---|---|
ZoomBounds(Control, ZoomBoundsInfo) | Zoom the control bounds. |