how to maintain the relation between tabs opened in a WPF Application

105 Views Asked by At

we have a wpf application..in the Home page we have Work,Help,Approve Search tabs.. When user clicks on the Approve tab and selects a student..if student is not qualified then ApproveStudent option is enabled,when clicks StudentApprove screen opens in a newtab and there the user can approve the student.

In the StudentApprove screen there Approve and Disqualify buttons, so when they click the approve the student is approved once he is approved the StudentApprove screen should close and take back to the screen from which he come i.e ApproveStudent screen

This is like Ribbonbar

  Work,Approve,Search, Help

under these ..when they select any option..under these new tab opens, let say search has 3 options..

when selects Approve ..students list is displayed....when clicked on any student another screen is opened...when they click Approve button ..this tab should be closed and take back to Approve screen

1

There are 1 best solutions below

0
On BEST ANSWER

I would use ItemsList and specify

[ViewSortHint("01")] 

when you export your views.

Why do you need TabContainer if order is important?