[]
        
(Showing Draft Content)

C1.Win.TouchToolKit.TableLayoutPanelZoomPolicy

TableLayoutPanelZoomPolicy Class

Represents a zoom policy for TableLayoutPanel type control.

Inheritance
TableLayoutPanelZoomPolicy
Namespace: C1.Win.TouchToolKit
Assembly: C1.Win.C1TouchToolKit.4.8.dll
Syntax
public class TableLayoutPanelZoomPolicy : ScrollableControlZoomPolicy
Remarks

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.

Constructors

Name Description
TableLayoutPanelZoomPolicy()

Properties

Name Description
TargetType

Gets the type indicates which control type can use this policy.

Methods

Name Description
ZoomBounds(Control, ZoomBoundsInfo)

Zoom the control bounds.

See Also