Hi Frankie,
The
RadTabControl has a
ScrollMode property which gets or sets the type of scrolling that will occur when the user presses the scroll buttons. It is an enumeration of type
TabControlScrollMode and exposes the following values:
- Pixel - Scroll 16 pixels per button click
- Item - Scroll one item per button click
- Viewport - Scroll an amount equal to the available viewport width
In your scenario you can set the property to
Item as this should apply the required scroll behavior.
Give it a try and let me know if it works for you.
All the best,
Tina Stancheva
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>