This document is archived and information here might be outdated.  Recommended version.


IMapControl2.ShowScrollbars Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IM > IMapControl2 Interface > IMapControl2.ShowScrollbars Property
ArcGIS Developer Help

IMapControl2.ShowScrollbars Property

Indicates whether or not the Map's scrollbars are visible.

[Visual Basic .NET]
Public Property ShowScrollbars As Boolean
[C#]
public bool ShowScrollbars {get; set;}
[C++]
HRESULT get_ShowScrollbars(
void
);
[C++]
HRESULT put_ShowScrollbars(
);

Product Availability

Available with ArcGIS Engine.

Description

If ShowScrollbars is true, the MapControl's internal scrollbars will appear when the Extent property is less than the FullExtent property.

See Also

IMapControl2 Interface