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: 2023.4.9.0
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