Skip to content

ShowScrollBar Property

Description

Specifies whether a scroll bar is displayed for a gallery.

Property Type

Read-write property

Syntax (Visual Basic)

Public Property ShowScrollBar() As Boolean

Remarks

Scroll bars are used to scroll through the items in a gallery if they are not all currently visible. By default, a scroll bar will be displayed for all galleries, regardless of whether it needs one. The ShowScrollBar property can be used to remove the scroll bar for galleries that do not need them.

The Width and Height properties are used to specify the width and height of the gallery. They can be used to ensure that all items will be visible so no scroll bars would be needed. When a gallery is displayed in a standard toolbar, usually only the width is set; when displayed in a popup toolbar, both width and height are commonly set.

Gallery Scroll Bar

See Also


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