property ComboBox.ScrollBySingleLine as Boolean

Retrieves or sets a value that indicates whether the control scrolls the lines to the end.

TypeDescription
Boolean A boolean expression that indicates whether the control scrolls the content row by row.
By default, the ScrollBySingleLine property is False. We recommended to set the ScrollBySingleLine property on True if you have one of the following:

Use the EnsureVisibleItem property to ensure that an item fits the control's client area. Use the ItemsAllowSizing property to specify whether all items are resizable or not. Use the ItemAllowSizing property to specify whether the user can resize the item at runtime