TabControl not respecting TabStripPlacement
Open
@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:
- Add TabControl
- Set TabStripPlacement="Left"
- 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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.