Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
20
How to define item template of TabGroupPane such that i can bind a view collection?
posted

Hi,

I want to show multiple tabs dynamically based on my view collection in TabGroupPane.

How to define the item template to meet my requirement?

Let me know if you need any further information.

 

Parents
No Data
Reply
  • 54937
    Offline posted

    TabGroupPanes do not support binding (i.e setting its ItemsSource) because of the nature of the docking - that panes may be floated/docked, pinned/unpinned, dragged in/out, etc. You may want to see this blog post for information on an approach for dynamically creating ContentPanes to the xamDockManager using an ItemsSource type functionality.

Children
No Data