Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dirkster99/watermarkcontrolslib

Provides MVVM/WPF conform textbox and combobox control implementations for dark and light modern UIs
https://github.com/dirkster99/watermarkcontrolslib

combobox control csharp dark dotnet library light modern mvvm textbox theme ui ui-components watermark wpf

Last synced: about 2 months ago
JSON representation

Provides MVVM/WPF conform textbox and combobox control implementations for dark and light modern UIs

Awesome Lists containing this project

README

        

[![Build status](https://ci.appveyor.com/api/projects/status/c44414w3s1ow8eb5?svg=true)](https://ci.appveyor.com/project/Dirkster99/watermarkcontrolslib)
[![Release](https://img.shields.io/github/release/Dirkster99/watermarkcontrolslib.svg)](https://github.com/Dirkster99/watermarkcontrolslib/releases/latest)
[![NuGet](https://img.shields.io/nuget/dt/Dirkster.watermarkcontrolslib.svg)](http://nuget.org/packages/Dirkster.watermarkcontrolslib)

![Net4](https://badgen.net/badge/Framework/.Net 4/blue) ![NetCore3](https://badgen.net/badge/Framework/NetCore 3/blue)

# WatermarkControlsLib
Provides MVVM/WPF conform textbox and combobox control implementations for dark and light modern UIs

The controls afre based on a refactored version from the WPF Tool Kit at: http://wpftoolkit.codeplex.com/

# TextBox with Watermark
![](https://github.com/Dirkster99/Docu/blob/master/WatermarkControlsLib/screenshot.png)

# ComboBox with Watermark
![](https://github.com/Dirkster99/Docu/blob/master/WatermarkControlsLib/screenshot1.png)
![](https://github.com/Dirkster99/Docu/blob/master/WatermarkControlsLib/screenshot2.png)
![](https://github.com/Dirkster99/Docu/blob/master/WatermarkControlsLib/screenshot3.png)

## Theming

Load *Light* or *Dark* brush resources in you resource dictionary to take advantage of existing definitions.

```XAML



```

```XAML



```

These definitions do not theme all controls used within this library. You should use a standard theming library, such as:
- [MahApps.Metro](https://github.com/MahApps/MahApps.Metro),
- [MLib](https://github.com/Dirkster99/MLib), or
- [MUI](https://github.com/firstfloorsoftware/mui)