Back to Devexpress

RepositoryItemPictureEdit.ShowScrollBars Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitempictureedit-1e038f25.md

latest2.1 KB
Original Source

RepositoryItemPictureEdit.ShowScrollBars Property

Gets or sets whether scroll bars that allow an end-user to scroll the image are enabled.

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(false)]
[DXCategory("Behavior")]
public bool ShowScrollBars { get; set; }
vb
<DXCategory("Behavior")>
<DefaultValue(False)>
Public Property ShowScrollBars As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true if scroll bars that allow an end-user to scroll the image are enabled; otherwise, false.

|

Remarks

Note

Image scrolling and zooming is not supported for Metafile images.

See Also

AllowScrollViaMouseDrag

ShowZoomSubMenu

ZoomPercent

AllowScrollOnMouseWheel

AllowZoom

RepositoryItemPictureEdit Class

RepositoryItemPictureEdit Members

DevExpress.XtraEditors.Repository Namespace