Group: Forum Members
Last Active: 14 Years Ago
Posts: 3,
Visits: 1
|
I am using a Nevron Tab Strip and I am trying to make the the tab strip scroll without the arrow buttons being clicked. Is there a certain event or method that can be used to make the strip scroll, and is this even possible. I have tried using the ScrollStrip() method but it did not seem to do anything, and the documentation does not go into much detail of what it actually does. Any help is appreciated, thanks.
|
Group: Forum Members
Last Active: Last Month
Posts: 139,
Visits: 184
|
Hi Steven, There is no such event. You can use ScrollStrip method but you can only pass it with a negative value for the amount parameter (can scroll only in one direction). Regards, Angel.
|
Group: Forum Members
Last Active: 14 Years Ago
Posts: 3,
Visits: 1
|
Hi Angel, Thanks for the reply. I didn't realize that I needed a negative integer to move and so the method appeared to do nothing. I did work with it a little bit and you can pass a positive integer to the ScrollStrip method and go back in the other direction, assuming that there are tabs to scroll back to. Using this I will be able to do what I want. Thanks again.
|