adonis-ui
adonis-ui copied to clipboard
Lightweight UI toolkit for WPF applications offering classic but enhanced windows visuals
It is currently quite challenging to determine whether or not a ToggleButton is checked if the dark theme is applied. Below "B" is checked in light and dark mode. 
Hello, we would like to use for example adonisExtensions:CursorSpotlightExtension.BackgroundBrush in Style, but while program compiles, Button doesnt get CursorSpotlightExtension. If we move this directly to Button, it works as it...
**Describe the bug** AdonisUI is not getting applied in designer and this makes design in this theme hard. **To Reproduce** Steps to reproduce the behavior: 1. Create a new WPF...
Comboboxes normally look like this (light and dark):  but if they are located in a toolbar this is the result:  I'm not sure what the desired look is,...
The WatermarkExtension.Watermark does not render text-hint content if a combox's IsEditable property is set to False. Combox boxes can be used as mere dropdown menus, so ideally this would work...
When using the AdonisUI.Extensions on a ListView, the scrollbars are always collapsed (and expand on hover), regardless of what are values actually set. For example: ``` ... ``` Expected behavior:...
This is a fix for [Issue #161](https://github.com/benruehl/adonis-ui/issues/161). The binding failure occurs when you dynamically populate the tree view at run time.
Where I can find implementation of top menu bar as on this screenshot https://github.com/benruehl/adonis-ui/blob/master/docs/img/adonis-demo-switch-color-schemes.gif?raw=true ?