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

ENH: horizontal scrolling for long items #91

Closed
metbril opened this issue Feb 27, 2016 · 3 comments
Closed

ENH: horizontal scrolling for long items #91

metbril opened this issue Feb 27, 2016 · 3 comments

Comments

@metbril
Copy link

metbril commented Feb 27, 2016

If items are longer than the window width, the app should support horizontal scrolling. The windows should scroll as far as the widest item or the widest visible item.

Currently the only way to view the item in the app is to edit it or to extend the window width.

@mjdescy
Copy link
Owner

mjdescy commented Feb 28, 2016

Good point.

@mjdescy
Copy link
Owner

mjdescy commented Mar 12, 2016

I worked on this a little. It was surprisingly difficult to implement without breaking something else. I think the ultimate solution isn't a scroll bar so much as a word wrap plus a dynamic row height. That, too, is more difficult than I thought it would be to implement, but we will get there someday.

@mjdescy
Copy link
Owner

mjdescy commented Aug 11, 2016

Version 2.3.1 will close this issue.

@mjdescy mjdescy closed this as completed Aug 11, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants