ComboBox Control - AdarshRise/HandyControl GitHub Wiki
There is just the one style in this library for ComboBox, however it does have a attached property for added a ‘clear’ button.
Usage
First add HandyControl refrence
xmlns:hc="https://handyorg.github.io/handycontrol"
then in your xaml
<hc:ComboBox/>
Attached Properties
You can use Attached Properties, if you want to use Placeholder and other features you should use InfoElement Attached Property, For more information about InfoElement, see here
<hc:ComboBox hc:InfoElement.TitleWidth="140" hc:InfoElement.Placeholder="Please Enter Content" hc:InfoElement.TitleAlignment="Left" hc:InfoElement.Title="Title" hc:InfoElement.Necessary="True"/>
Available Properties | Description |
---|---|
AutoComplete | Auto Complete Text |
ShowClearButton | By activating it you can empty the content |