Hi,
Newbie question:
I have a Horizontal Panel with a navigation menu in the first cell. When a user selects an option in the navigation menu I wish to populate the second cell to the right of the nav menu with a composite widget.
What I need to do is:
User clicks button in first cell
Check to see if cell 2 got a widget added to it? If yes, remove this widget and replace with another widget based on the selection in the nav menu.
Q: Are there any method to check the number of cells in a Horizontal Panel? I assume that once a widget is removed this number of cells will be decremented by 1.