lepoco / lepoco/wpfui

TabControl not respecting TabStripPlacement

Open
#214 2 comments 1 reaction 1 assignee View on GitHub

@pomianowski is already working on this.

Since Jun 9, 2022.

bug
Dominant language
C#
Stars
9.6k
Forks
1k
PR merge metrics
No merged PRs in 30d

Description

Describe the bug
When having TabControl with TabStripPlacement="Left", the tabs are still placed at top position, but occupies a whole "row".
Bottom and Right is not working either.

To Reproduce
Steps to reproduce the behavior:

  1. Add TabControl
  2. Set TabStripPlacement="Left"
  3. See that tabs are still at top, but with a whole row per tab.

Expected behavior
Tabs on the left side.

Desktop:

  • OS: Windows 10
  • .NET: net6.0-windows
  • Version: 1.2.7

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.