Skip to content

FullColumnScrolling Property

Description

Specifies whether full column scrolling will be used. (deprecated, see note)

Property Type

Read-write property

Syntax (Visual Basic)

Public Property FullColumnScrolling() As Boolean

Remarks

Important note: FullColumnScrolling is now deprecated and you should use ScrollMode or ScrollModeH to set horizontal scrolling.

When FullColumnScrolling is True, if the user is pressing the left or right scroll buttons or dragging the scroll thumb button in the center of the horizontal scroll bar, the Grid will jump to the next/previous column - not just 1 pixel.

See Also


Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.