[]
        
(Showing Draft Content)

C1.Win.TouchToolKit.FlowLayoutPanelZoomPolicy

FlowLayoutPanelZoomPolicy Class

Represents a zoom policy for FlowLayoutPanel type control.

Inheritance
FlowLayoutPanelZoomPolicy
Namespace: C1.Win.TouchToolKit
Assembly: C1.Win.TouchToolKit.8.dll
Syntax
public class FlowLayoutPanelZoomPolicy : ScrollableControlZoomPolicy
Remarks

In order to keep FlowLayoutPanel's layout after zoom, this zoom policy will call SuspendLayout() method in Initialize(Control) method, and call ResumeLayout() method in Terminate(Control) method.

Constructors

Name Description
FlowLayoutPanelZoomPolicy()

Properties

Name Description
TargetType

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

Methods

Name Description
Initialize(Control)

Initializes the control before zoom action start.

Terminate(Control)

Terminate the control after zoom action completely.

See Also