Remove Navigation Strip

Is it possible to hide the navigation strip for a SfRotator control?

1 Reply

PK Praveen Koildasan Syncfusion Team November 9, 2017 05:09 AM UTC

Hi Aaron,

Thank you for contacting Syncfusion support.

Query :
Is it possible to hide the navigation strip for a SfRotator control?

Yes , it is possible to hide the navigation strip with Dots in SfRotator control. To hide navigation strip use DotPlacement API as none. The API is already available in your current version( 15.3.0.33).

DotPlacement API :

The DotPlacement API specifies the placement position of dots in Rotator control.

1)Default :

To change the position of navigation strip placement inside the RotatorItem.

2)Outside:

To change the position of navigation stripplacement outside of the RotatorItem.

3)None:

To hide the navigation strip in rotator.

We have created a sample to achieve your requirement . Please find the sample from the below link.

Sample : http://www.syncfusion.com/downloads/support/forum/133617/ze/SampleRotator12680886 


Code Example:  

 
 
<rotator:SfRotator x:Name="rotator" DataSource="{Binding ImageCollection}" DotPlacement="None"/>


Regards ,
Praveen K.


Loader.
Up arrow icon