Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

how to replace split container

former_member602416
Participant
0 Kudos

Hi,

I have one screen of split container type and it has two row. First row has grid view and 2nd row has tree view. I have a requirement when i click a button from top container 'Show grid view' then bottom container should be changed to grid view.

I have created grid class but not able to understand how to replace tree view by grid view in existing container.

Any help will be appreciated.

2 REPLIES 2

r010101010
Active Participant
0 Kudos

One option would be to have 2 subcreens for the 2nd row, and to assign grid or tree depending on the action that was selected.

former_member602416
Participant
0 Kudos

This screen is of split container type. I am not sure if can create sub screen for split container.