adonis-ui icon indicating copy to clipboard operation
adonis-ui copied to clipboard

Lightweight UI toolkit for WPF applications offering classic but enhanced windows visuals

Results 51 adonis-ui issues
Sort by recently updated
recently updated
newest added

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. ![togglebutton](https://user-images.githubusercontent.com/13303792/150606494-3729e6a0-98a8-49e3-8af7-d837196828bc.png)

enhancement

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...

question

**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...

bug

Comboboxes normally look like this (light and dark): ![normal](https://user-images.githubusercontent.com/13303792/147612512-4c4440d1-b433-4df7-9224-9e5936c30acf.png) but if they are located in a toolbar this is the result: ![before](https://user-images.githubusercontent.com/13303792/147612575-e4356fad-12cc-4641-9360-a5fdad2a3ee9.png) I'm not sure what the desired look is,...

enhancement

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...

bug

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:...

bug

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 ?

question