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

ListView inside slide panel is cut off when setpanelheight is limited. #38

Closed
jptalusan opened this issue Sep 15, 2013 · 1 comment
Closed

Comments

@jptalusan
Copy link

I have a list view inside the slide panel and when i set the setPanelHeight to anything but the maximum screen height, the list view inside the panel is cut off.

Example I have the following list:
1
2
3
4
5

If I set the setPanelHeightto about half the screen i end up with this list:
1
2
3

In order to view them all (1-5) I have to bring up the panel to full height. Any fix for this? Or am I just doing it wrong.

@tokudu
Copy link
Contributor

tokudu commented Sep 15, 2013

This is working as intended. When the panel is collapsed, it's supposed to hide the content in the panel, not squish it.

@tokudu tokudu closed this as completed Sep 15, 2013
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

2 participants