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

Resolve SelectionCollection going off the screen #20

Open
stemberamichal opened this issue Sep 26, 2018 · 2 comments
Open

Resolve SelectionCollection going off the screen #20

stemberamichal opened this issue Sep 26, 2018 · 2 comments
Labels
enhancement New feature or request
Milestone

Comments

@stemberamichal
Copy link
Collaborator

Come up with solution for too many elements to not fit the screen.

Those might be:

  • Scrollable SelectionCollection
  • Downscale the elements
  • Break the collection into multiple lines
@stemberamichal stemberamichal added the enhancement New feature or request label Sep 26, 2018
@yoiang
Copy link
Contributor

yoiang commented Jul 19, 2019

This is occurring for me even with only a few elements on screen, not enough to fill more than the entire width of the screen if that's what you mean by too many elements to fit.

@stemberamichal
Copy link
Collaborator Author

stemberamichal commented Nov 19, 2019

If you can send me a screenshot I can help you out @yoiang.

But basically what I meant is, for menu elements:

  • Only single constraint to horizontal (top/bottom) side is added
  • Only single constraint to vertical side (left/right) is added
  • The menu elements have exact dimension

Taking this under consideration when there is too many options in horizontal direction (or too many rows in vertical direction) than the content gets out of the screen.

@stemberamichal stemberamichal added this to the Version 0.3.0 milestone Dec 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants