SetHorizontalScrollPercent Method (SLAutoCompleteBox)
Class
SLAutoCompleteBox
.
Action
Sets the horizontal scroll position as a percentage of the total content area within the combo box.
Syntax
C#
autoCompleteBox
.
SetHorizontalScrollPercent
(
percent
)
VB
autoCompleteBox
.
SetHorizontalScrollPercent
(
percent
)
Variable
Description
percent
The percentage of the total horizontal content area.
Double
.