https://github.com/emoacht/wpfcontrolcollection
A collection of WPF controls such as ProgressBar.
https://github.com/emoacht/wpfcontrolcollection
wpf wpf-controls
Last synced: about 2 months ago
JSON representation
A collection of WPF controls such as ProgressBar.
- Host: GitHub
- URL: https://github.com/emoacht/wpfcontrolcollection
- Owner: emoacht
- License: mit
- Created: 2021-12-25T17:45:49.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-07-28T08:05:50.000Z (10 months ago)
- Last Synced: 2025-03-27T23:51:07.114Z (2 months ago)
- Topics: wpf, wpf-controls
- Language: C#
- Homepage:
- Size: 5.11 MB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# WPF Control Collection
A collection of WPF controls such as ProgressBar.
## Dial

## Label
### Reversal Label

## TabControl
### Double Curved Tab

## ProgressBar
### Striped ProgressBar
https://user-images.githubusercontent.com/7205690/147396229-565413fc-8200-4783-9fed-1ce435662e0c.mp4
### Flask ProgressBar

### Free Path ProgressBar

### Segmented ProgressBar

## Slider
### NumericUpDown

This is WinForms-like plain old NumericUpDown.
### Slider Plus

## TextBlock
### Timer TextBlock
## TextBox
### Custom Caret
This is inspired by [Customizing the Caret of a WPF TextBox](https://www.codeproject.com/Articles/633935/Customizing-the-Caret-of-a-WPF-TextBox) but when FlowDirection is `RightToLeft`, the movement of caret is incomplete (and unlikely to be completed).
### End TextBox
## ListView
### Insertable List
### Switchable ComboBox
## Button
### Clip Shape Button
### Staged Button
## ViewBox
### ViewBox with Scale
## License
- MIT License