HandyOrg / HandyOrg/HandyControl
TabStripPlacement Does Not Change Tabs Position When Using hc:TabControl
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 7.2k
- Forks
- 1.2k
- PR merge metrics
- No merged PRs in 30d
Description
Describe the bug
TabStripPlacement Property Does Not Affect The Position Of Tabs
To Reproduce
Just use this code
<!--xmlns:hc="https://handyorg.github.io/handycontrol" -->
<hc:TabControl
TabStripPlacement="Left">
<hc:TabItem Header="HD}">
<TextBlock Text="ND"/>
</hc:TabItem>
</hc:TabControl>
Expected behavior
Tabs Should Be In The Left, but it is still in the top
Environment (please complete the following information):
- .net: 4.72
- IDE : Rider 2020.3
- Version 2.5.1
Additional context
When using TabControl From Wpf Not From HandyControl Library, Everything works perfectly
Contributor guide
No contributing guide indexed for this repository
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.
Research direction
Start by locating HandyControl's TabControl implementation and its XAML styling, then compare its behavior with the standard WPF TabControl using the reproduction XAML. Verify that setting TabStripPlacement="Left" places the tabs on the left while preserving the control's content behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- desktop
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100