Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

Scrollable view #68

Closed
rtdt opened this issue Oct 22, 2019 · 2 comments
Closed

Scrollable view #68

rtdt opened this issue Oct 22, 2019 · 2 comments

Comments

@rtdt
Copy link

rtdt commented Oct 22, 2019

I couldn't find setting to make window scrollable. Is is possible somehow?

@alexislozano
Copy link
Owner

alexislozano commented Oct 22, 2019

Hi ! You can do it directly in CSS by using the 'set_style' function of any widget you want and put 'overflow : auto;'. In your case, do it on your Window struct. Let me know if you have more questions.

@rtdt
Copy link
Author

rtdt commented Oct 28, 2019

@alexislozano thank you, it works as expected.

@rtdt rtdt closed this as completed Oct 28, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants