This is my 'tabgrouppane'. For example, let's say there are 10 'groups' in the picture. What I want is, When 'Group1' is selected, 'true' and the remaining 'group' that are not selected must be 'false'. I want to implement this by 'binding' it as a 'viewmodel'. What should I do?
Hello Kim,
Thank you for posting to Infragistics Community!
I have been looking into your question and image, however, I am not sure what you are referring to as ‘groups’ in this case. I see that within the XamDockManager there is a DocumentContentHost having a TabGroupPane with two ContentPanes as tabs, is this correct?
At this point, though, I am unable to identify what the two “pane”-like objects within the first pane are. Could you please elaborate further on your requirement and provide more details on what a ‘group’ is and what is meant under selected.
Ideally, I would like to ask you to, please, modify the below attached sample to demonstrate your current setup. You could also add any code that you consider relevant, such as part of your ViewModel properties that you would like to bind to. Currently, the sample contains a XamDockManager hosting a similar TabGroupPane and a sample ViewModel class.
Looking forward to your reply.
Best regards, Bozhidara Pachilova Associate Software Developer
3441.XDMTabGroupPane.zip
sorry. 'group' means 'tab'. If the first 'tab' is selected, 'true', the remaining 'tabs' should be 'false'. If the second 'tab' is selected, 'true' and the remaining 'tab' should return 'false'.