Is there any UWP TabView properties like TabStrinpPlacement in WPF?

AlexZhangrj 41 Reputation points
2020-10-28T06:55:21.01+00:00

I'm doing something using UWP TabView. I want to let the Headers be on the left side of the TabView Controller. I found there is a way to do this in WPF, while we can use TabStripPlacement="Left" and use LayoutTransform in DataTemplate.
That's a perfect way to show my design.
But there is no TabStripPlacement property in UWP.
My question is:
Is there any way to set the headers of TabView to be the left side In UWP?
Thanks.

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

Accepted answer
  1. Richard Zhang-MSFT 6,936 Reputation points
    2020-10-28T07:25:19.85+00:00

    Hello,

    Welcome to Microsoft Q&A.

    Currently, the TabView control in WinUI does not provide a similar API for setting the position of the TabItem. The definition can be seen in the default control template.

    If you need this property, you can submit a Feature Request on Github. The engineers there are actively participating in related questions.

    Thanks.


    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

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.