Template ControlScale Core 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.31.0
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
protected override void ScaleCore(
float dx,
float dy
)VB
Protected Overrides Sub ScaleCore (
dx As Single,
dy As Single
)C++
protected:
virtual void ScaleCore(
float dx,
float dy
) overrideF#
abstract ScaleCore :
dx : float32 *
dy : float32 -> unit
override ScaleCore :
dx : float32 *
dy : float32 -> unit