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