C#this.mapControl1 = new DevExpress.XtraMap.MapControl();
...
this.mapControl1.MinZoomLevel = 3;
this.mapControl1.MaxZoomLevel = 9;
The zoomTrackbar still indicates that there are zoom levels beyond zoom level 9 and zoomlevel 3.
For Example:
At level three the zoomTrackbar looks like this:
---|------------
At level nine the zoomTrackbar looks like this:
---------|------
I would like the zoomTrackbar to look like this:
|---------------
and
---------------|
Is there a way to accomplish this?
S
Hi,
While at present there is no capability to adjust the trackbar behavior the way you described, we believe that it makes sense to improve this scenario in future versions. I have changed the ticket's heading accordingly. Once we make a final decision, we will update the ticket's status.