| Author |
Problem with padding between 2 vertical panels
|
Ray Clark
Ranch Hand
Joined: Aug 16, 2012
Posts: 49
|
|
I am using a DockPanel for laying out my page. I have a header at top, a footer at the bottom, and a HorizontalPanel in the middle. The HorizontalPanel consists of 2 VerticalPanels.
My problem is that there is spacing between the two VerticalPanels and I want them to touch. I can see that because I have a background color set for the two vertical panels and the colors don't bump up against each other. I've tried setSpacing(0) and that doesn't seem to make any difference.
Any ideas as to how I can get the two vertical panels to appear to touch each other?
Thank you.
|
 |
Maneesh Godbole
Saloon Keeper
Joined: Jul 26, 2007
Posts: 8434
|
|
|
The setSpacing(0) is on what container? HorizontalPanel?
|
[Donate a pint, save a life!] [How to ask questions] [Onff-turn it on!]
|
 |
Ray Clark
Ranch Hand
Joined: Aug 16, 2012
Posts: 49
|
|
|
Thank you, I solved my problem yesterday by using a DockPanel instead of a HorizontalPanel for the middle area of my page.
|
 |
 |
|
|
subject: Problem with padding between 2 vertical panels
|
|
|