Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
835
Touch gestures with UltraWinTab
posted

I was disappointed to see that the UltraWinTab control is not in the list of controls supporting touch gestures (in NetAdvantage 2013.1). 

My thought was to capture a swipe to move the user among the tabs, and for a low-level user not even show the tabs so that they could not jump around.

I currently have Next / Previous buttons which do this, but the client wants something 'flashier'.

Any thought on how I could do this???

Thanks...Steve

Parents
No Data
Reply
  • 5118
    posted

    Which area did you want to swipe?  In the tab header area or in the client area?  The header area seems doable but the client area raises more problems since we would not know which control was supposed to receive the gesture (assuming you have an interactive control in the client area). 

    I am pretty sure we expose a PanGesture event on the tab headers but I'll take a closer look. 

    So the idea is to swipe on the tab header area and you wanted to scroll through the tabs or you wanted to select/activate the next tab?

Children