Create a UWP app MS-Teams like Left Pane/Tab UI control

TYAGI Shubham 1 Reputation point
2020-12-14T07:21:14.053+00:00

I use the Microsoft Teams app and am designing a with similar UI. But unable to find a control in UWP that looks like it. Can someone point me in the right direction.

I'll be designing it in Xamarin.UWP but any native help is also appreciated.

![47760-paint.png]1

Universal Windows Platform (UWP)
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Nico Zhu (Shanghai Wicresoft Co,.Ltd.) 12,856 Reputation points
    2020-12-14T08:24:51.57+00:00

    Hello @TYAGI Shubham , Welcome to Micorosft Q&A,

    But unable to find a control in UWP that looks like it. Can someone point me in the right direction.

    You could custom it with SplitView control and place listview in the Pane content. And you could also use NavigationView control that integrate SplitView as root view.

    For more please refer this document. And here is code sample here.

    If you has used Xamarin.Forms project, you could use shell navigation control to implement this feature. Here is code sample that contains UWP platform.


    If the response is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments