StablexUI
StablexUI copied to clipboard
Suggestions for scrollable grid layout?
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?
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.
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
Row
layout does not wrap widgets to next row. You need to implement custom layout.
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