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.
Namespace: EWSoftware.ListControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
protected override void ScaleCore(
float dx,
float dy
)
Protected Overrides Sub ScaleCore (
dx As Single,
dy As Single
)
protected:
virtual void ScaleCore(
float dx,
float dy
) override
abstract ScaleCore :
dx : float32 *
dy : float32 -> unit
override ScaleCore :
dx : float32 *
dy : float32 -> unit
Parameters
- dx Single
- The ratio by which to scale the control horizontally
- dy Single
- The ratio by which to scale the control vertically