Skip to main content

RepositoryItemPictureEdit.AllowScrollViaMouseDrag Property

Gets or sets whether an image can be scrolled by dragging it with the mouse. This feature is in effect when scroll bars are enabled via the RepositoryItemPictureEdit.ShowScrollBars property.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(false)]
[DXCategory("Behavior")]
public bool AllowScrollViaMouseDrag { get; set; }

Property Value

Type Default Description
Boolean false

true if an image can be scrolled by dragging it with the mouse; otherwise, false.

Remarks

Note

Image scrolling and zooming is not supported for Metafile images.

See Also