cancel
Showing results for 
Search instead for 
Did you mean: 

flexible layout design

Former Member
0 Kudos

Hi Friends,

I have designed a webdynpro application view using view set Layout270.

It looks good.

The problem is when I resize the web browser screen, its not changing the display text and not resizing entire view to try to come in resizable window.

I mean, the font size, display screen size is fixed.

How to make it adjustable to window size.

as, if we click on this SDN window, it adjusts itself.

please advise.

Nav

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

You get full flexibility by using ViewContainerUIElement instances inside normal containers instead of using predefined ViewSets.

But font size will never change on window resize.

Armin

Former Member
0 Kudos

So, is it that if I use View Container UIElement, the layout will be set as per the window size?

like, as if we click on this current page of Forum to restore down the size, the displayed data is compressed as per the window size.

or, is it that I should not use Matrix layout or Row Layout?

Nav

Former Member
0 Kudos

Hi,

Try the following lines it might give solution to your problem. Set the TransparentContainer's property(StretchedHorizontally) to false;

Kind Regards,

S.Saravanan.

Former Member
0 Kudos

Hi Saravanan,

Thanks,but I already tried it.

I need some other solution which can make the layout flexible.

Former Member
0 Kudos

Hi Nav,

See the following threads: I hope after read you will get some idea.

Kind Regards,

S.Saravanan.

Former Member
0 Kudos

Thanks saravanan, I will read all of these.