You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found the Master/Detail control in the project. It's very cool and makes it easily to implement a Master/Detail layout like the Mail App. But I want to put a pivot control as container in the Master panel, and every pivot item do has a ListView as a child. How to do this? Or can I use this control for this requirement?
Thanks!
The text was updated successfully, but these errors were encountered:
You can accomplish this by restyling the control. You can replace the ListView that is in the master section. You would then need define how the SelectedItem property is set. By default we bind the SelectedItem of the ListView to the SelectedItem of the control. If you are using a Pivot with ListView as content, the easiest way to set the SelectedItem would be by subscribing to the SelectionChanged event of each ListView and then set the SelectedItem of the MasterDetailsView.
I found the Master/Detail control in the project. It's very cool and makes it easily to implement a Master/Detail layout like the Mail App. But I want to put a pivot control as container in the Master panel, and every pivot item do has a ListView as a child. How to do this? Or can I use this control for this requirement?
Thanks!
The text was updated successfully, but these errors were encountered: