cancel
Showing results for 
Search instead for 
Did you mean: 

which component to separate buttons

Former Member
0 Kudos

hi,my friends

In my webdynpro page, there are many buttons. Do you know which component can I use to separate the buttons. Is there any component like button line yet?Thank you!

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

If the buttons are available in Toolbar use the Separator UI to provide space between Buttons.

Regards

Saravanan K

Former Member
0 Kudos

hi, I can not find any separator from webdynpro component library. And after I have set value to 'vGutter' of buttons, I still can not solve the problem.

I have solved the problem, just set value to 'padding left' or 'padding right'

Edited by: Daniel on Nov 19, 2010 7:00 AM

Former Member
0 Kudos

Hi,

Are you using Tool bar where the buttons are placed? If yes, you will find that UI.

If VGutter also not yield expected result, try to add empty label with specific width.

Regards

Saravanan K

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Try using ButtonRow UI and add buttons under it. It will automatically provide some spacing between the buttons.

Else use GRID Layout, in which you can provide cell padding to increase the sapce between the buttons.

Hope this will help you.

Regards,

Vishweshwara P.K.M

former_member214651
Active Contributor
0 Kudos

Hi,

Use the "vgutter" property to keep distance between UI elements.

Regards,

Poojith MV