Working with the timer WPF

Working with the Timer in WPF

XAML does not support any timer feature and WPF does not have a Timer control or class. The DispatchTimer class defined in the System.Windows.Threading namespace is used to add timer …

Create tag control to select multiple tags using Bootstrap and Bootstrap-select

Step 1) Create Select List of tags <select class=”selectpicker show-tick” multiple data-max-options=”2″ data-show-subtext=”true” data-live-search=”true” data-actions-box=”true”> <option data-subtext=”sub title”> Tag 1</option> <option data-subtext=”sub title”> Tag 2</option> <option data-subtext=”sub title”> Tag 3</option> …