Click here to Skip to main content
15,907,493 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi sir,
Is multiview control work in tab container control?
Thank you.
Posted
Comments
Sandeep Mewara 30-Apr-11 12:31pm    
Can you elaborate on what are you trying to do?
SURBHI TYAGI 30-Apr-11 12:41pm    
I have a tab container with one tab panel.in this tab panel i use a multiview that has 4 views.each view has buttons.at runtime buttons are not working.i have not receive any error.but buttons are not working.

1 solution

The new MultiView control works in tandem with an embedded View control. Each View control acts as a content container, and behaves very much like a Panel or Canvas area. At run time, the MultiView control manages the View controls to ensure only one View is visible at a time. We can use the ActiveViewIndex property of the MultiView control to specify which View should be visible at any particular time.
take a look at this[^] CP article
 
Share this answer
 
Comments
SURBHI TYAGI 30-Apr-11 13:40pm    
thanks sir but i know it.i ask that multiview work in tab container control or not?
RaviRanjanKr 30-Apr-11 14:09pm    
its work :)
SURBHI TYAGI 30-Apr-11 14:28pm    
okss..thanks..:)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900