Adaptive Vertical Layouts

1 Answer 104 Views
Styling Styling / Themes
Jim
Top achievements
Rank 1
Jim asked on 20 Aug 2021, 08:24 PM

I'm trying to make my web app behave a bit more like a desktop app, where rather than letting the browser window scroll, the components are laid out to fit vertically and any scrolling is done within the components.

I know I can do this raw with CSS flexbox, but I'd like to know the best practice for doing this with Kendo UI components.  It's not clear to me where to change styles and attributes to achieve this type of layout.

1 Answer, 1 is accepted

Sort by
0
Stefan
Telerik team
answered on 23 Aug 2021, 09:59 AM

Hello, Jim,

We have a couple of built-in layout component can be helpful in this case:

- GridLayout

- StackLayout

- TileLayout

All of these components come with some built-in functionalities that can help in arranging the application components.

If none of this helps, please share more details (images) and we will see if there is another component that can help in this case.

In general, there are custom layouts that are very application specifics and the developer has to use custom styles to achieve what is required.

Regards,
Stefan
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Tags
Styling Styling / Themes
Asked by
Jim
Top achievements
Rank 1
Answers by
Stefan
Telerik team
Share this question
or