cancel
Showing results for 
Search instead for 
Did you mean: 

layouts designing in web dynpro(urgent)

Former Member
0 Kudos

Hi all,

I have designed a UI in web dyn pro.

I have an address bar ,go button and back button in one container.

So,problem is I have got no gap between address bar and buttons(go,back).

I would like to have space between them'(They all in one row..)

Can anyone tell me is it possible to give spaces between them using row layout,in its properties.

Please give only useful answers and I reward points for sure.

Regards,

Shiva.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Set layout to grid layout and properties values may be

if you have two columns ,

column count 2

and change values for

cell padding 0

cell spacing >0

regards

Jose

Former Member
0 Kudos

Hi,

Thanks for your answers.

Is spacing not possible with the row layout?

Regards,

Shiva.

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

In the future please follow the SCN Forums Rules of Engagement:

https://www.sdn.sap.com/irj/sdn/wiki?path=/display/home/rulesofEngagement

Do not use words in capital letters and any of the words: urgent, quickly, burning, etc in your message. Especially not in the title! This just irritates and does not help you get to your goal. From our side, we definitely do not answer faster when we see these words.

abhimanyu_lagishetti7
Active Contributor
0 Kudos

choose your root container and change its property Layout : here you have four options

1. flow layout

2. matrix layout

3. grid layout

4. row layout

flow layout places the ui elements one after the other

choose matrix layout, as soon as you do this.

the child UI elements button and all will have extraa properties called layout data, make use of these accordingly

http://help.sap.com/saphelp_nw04s/helpdata/EN/23/e594413f4bad5fe10000000a1550b0/frameset.htm

Abhi