Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 hours 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 (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-07-28T08:05:50.000Z (4 months ago)
- Last Synced: 2024-07-28T09:27:03.552Z (4 months ago)
- Topics: wpf, wpf-controls
- Language: C#
- Homepage:
- Size: 5.11 MB
- Stars: 6
- Watchers: 3
- 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
![Screenshot](Images/Dial.png)
## Label
### Reversal Label
![Screenshot](Images/ReversalLabel.png)
## TabControl
### Double Curved Tab
![Screenshot](Images/DoubleCurvedTab.png)
## ProgressBar
### Striped ProgressBar
https://user-images.githubusercontent.com/7205690/147396229-565413fc-8200-4783-9fed-1ce435662e0c.mp4
### Flask ProgressBar
![Screenshot](Images/FlaskProgressBar.png)
### Free Path ProgressBar
![Screenshot](Images/FreePathProgressBar.png)
### Segmented ProgressBar
![Screenshot](Images/SegmentedProgressBar.png)
## Slider
### NumericUpDown
![Screenshot](Images/NumericUpDown.png)
This is WinForms-like plain old NumericUpDown.
### Slider Plus
![Screenshot](Images/SliderPlus.png)
## 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