Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scrollable Container cant swipe upward totally #133

Open
jovel6 opened this issue Oct 23, 2012 · 0 comments
Open

Scrollable Container cant swipe upward totally #133

jovel6 opened this issue Oct 23, 2012 · 0 comments

Comments

@jovel6
Copy link

jovel6 commented Oct 23, 2012

hi all i used scrollable container effects of uitoolkit, was able to swipe downward, but swiping upward is working but cant totally swipe upward. its like when you point your mouse upward the images bounce downward.

heres my code:

    var scrollable = new UIScrollableVerticalLayout(10);
    scrollable.alignMode = UIAbstractContainer.UIContainerAlignMode.Center;
    scrollable.position = new Vector3( 0, 0, 0 );
    var width = UI.scaleFactor * 800;
    scrollable.setSize( width, Screen.height / 0.4f );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant