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

Suggestions for scrollable grid layout? #216

Open
hopewise opened this issue Oct 6, 2015 · 4 comments
Open

Suggestions for scrollable grid layout? #216

hopewise opened this issue Oct 6, 2015 · 4 comments

Comments

@hopewise
Copy link

hopewise commented Oct 6, 2015

Hi,

Why do you suggest to implement a scrollable grid layout that will contain boxes aligned horizontally and auto wrap to the next row .. ? what shall I use?

@RealyUniqueName
Copy link
Owner

You can implement desired layout by extending ru.stablex.ui.layouts.Layout and use widget with that layout as a box for ru.stablex.ui.widgets.Scroll widget.

@hopewise
Copy link
Author

hopewise commented Oct 7, 2015

Thanks, are there properties that I have to set? or it will wrap widgets to
the next row automatically?
Is there a sample of that?

On Wed, Oct 7, 2015 at 7:10 PM, Alexander Kuzmenko <[email protected]

wrote:

You can implement desired layout by extending ru.stablex.ui.layouts.Layout
and use widget with that layout as a box for ru.stablex.ui.widgets.Scroll
widget.


Reply to this email directly or view it on GitHub
#216 (comment)
.

Kind Regards,

Samir Sabri
Software Architect& Developer
www.dcaclab.com
Jordan-Middle East

@RealyUniqueName
Copy link
Owner

Row layout does not wrap widgets to next row. You need to implement custom layout.

@hopewise
Copy link
Author

hopewise commented Oct 7, 2015

Ok, thanks!

On Wed, Oct 7, 2015 at 7:26 PM, Alexander Kuzmenko <[email protected]

wrote:

Row layout does not wrap widgets to next row. You need to implement
custom layout.


Reply to this email directly or view it on GitHub
#216 (comment)
.

Kind Regards,

Samir Sabri
Software Architect& Developer
www.dcaclab.com
Jordan-Middle East

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