| Visual Basic (Declaration) | |
|---|---|
Public Overridable Property HorzScrollValue As Integer | |
| C# | |
|---|---|
public virtual int HorzScrollValue {get; set;} | |
HorzScrollValue should not be set in the Form Load event. The control needs to be fully drawn before this property will be effective. This property should be set in the FirstDraw event at the earliest, which fires once the control is fully drawn.