StablexUI icon indicating copy to clipboard operation
StablexUI copied to clipboard

Suggestions for scrollable grid layout?

Open hopewise opened this issue 9 years ago • 4 comments

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?

hopewise avatar Oct 06 '15 12:10 hopewise

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.

RealyUniqueName avatar Oct 07 '15 16:10 RealyUniqueName

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 https://github.com/RealyUniqueName/StablexUI/issues/216#issuecomment-146247118 .

Kind Regards,

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

hopewise avatar Oct 07 '15 16:10 hopewise

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

RealyUniqueName avatar Oct 07 '15 16:10 RealyUniqueName

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 https://github.com/RealyUniqueName/StablexUI/issues/216#issuecomment-146252380 .

Kind Regards,

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

hopewise avatar Oct 07 '15 16:10 hopewise