InterviewSolution
Saved Bookmarks
| 1. |
What is VerticalSplitPanel in GWT? |
|
Answer» VerticalSplitPanel widget represents a A panel that arranges two widgets in a single vertical column and allows the user to interactively change the proportion of the height dedicated to each of the two widgets. Widgets contained within a VertialSplitPanel will be automatically decorated with scrollbars when necessary. |
|