MaterialDesignInXAML / MaterialDesignInXAML/MaterialDesignInXamlToolkit
Hide Decoration, Underline in other controls.
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 16.3k
- Forks
- 3.5k
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 8
Description
This is related to [Hide underline in textbox #212](https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit/issues/212)
Is it possible to implement same/similar solution for combobox and datepicker.
Im adding them into color zone (find it easier and better looking that working with borders etc. The problem is that underline is messing with the looks :)
I Hoped that : `materialDesign:TextFieldAssist.DecorationVisibility="Hidden"` would work, unfortunately it didn't :)
```
```

For now i have below work around:
```
```

But i have to set the calendar margin to Margin="0 -10 0 10" otherwise it's misaligned, but it shows for a split second during opening.

When margin is dropped.

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.
Research direction
Start with the DatePicker and ComboBox controls and the TextFieldAssist.DecorationVisibility entry point, comparing their behavior with the textbox solution referenced in issue #212. Reproduce the ColorZone example and check underline visibility, opening alignment, and the attached workaround. Done means both controls support hiding the decoration without the workaround or transient misalignment.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- design, desktop
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100