There are lots of possible solutions:
1. Inner panels with borders.
2. A box component with a border.
3. An absolutely positioned element with a border.
Post your panel code if you have problems implementing one of the above.
Hi,
How can i draw vertical line into panel.... i tried like horizontal line as above solution but its not working... can anyone give me solution for vertical line...
What's the UI problem you are trying to solve? What do you want your Panel to look like?
Horizontal line reder fine but vertical line is not render because there is no tag for vertical in html.... but for horizontal is 'hr'... then what is for vertical line...
I am creating a panel in which one textfield and button after this i wanted to put vertical line.
I am not able to attching my snap shot...
Requirement : I required 4 panels(height:500,width:'auto') in a row and between panels i required one vertical line. I think you got my probelm...