TemplateControlScaleCore Method

This is overridden to suppress scaling. If not done, it tends to do odd things with the row template size if bound before the containing form has had a chance to scale itself.

Definition

Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.18.0+3a863295c73252b22e8ab6862ed6bdc57bcbd0fc
protected override void ScaleCore(
	float dx,
	float dy
)

Parameters

dx  Single
The ratio by which to scale the control horizontally
dy  Single
The ratio by which to scale the control vertically

See Also