Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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