ScrollProperties.SmallChange Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the distance to move a scroll bar in response to a small scroll command.
public:
property int SmallChange { int get(); void set(int value); };
public int SmallChange { get; set; }
member this.SmallChange : int with get, set
Public Property SmallChange As Integer
Property Value
An Int32 representing how far, in pixels, to move the scroll bar.
Remarks
SmallChange is used to calculate how far to move the scroll bar in response to an arrow key click or a click on a scroll bar button.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.