By tag: ListBox
0
kicks
VIBlend WPF Controls ver. 4.0
The new release of VIBlend Controls for WPF brings highly optimized and feature-rich ListBox and ComboBox Controls.
0
kicks
VIBlend Controls for Windows Forms - ver. 6.0 Released
VIBlend announced the availability of the VIBlend Controls for WinForms ver. 6.0.0. the next generation of user interface controls for Windows Forms.
0
kicks
VIBlend WinForms Controls v5.0 - Released
Key benefits of the new release are:
- 2 new themes for all VIBlend WinForms Controls
- Pivot Design panel
- DataGrid Localization Provider
- Improved Ribbon Bar performance and rendering
- Quick Start projects now have a full support for VS 2010 which will decrease development time
0
kicks
VIBlend Silverlight Controls v3.5 - Released
VIBlend Controls for Silverlight ver. 3.5 - Released
Highlights of the new features and improvements in the new version are:
* DataGrid performance optimizations
* New themes for all VIBlend Controls for Silverlight
* New controls - TabControl, Toolbar and BannerRotator
* De...
0
kicks
Paging Listbox; Another jQuery Plugin
Few months ago I posted a Javascript class on how to Implement a paging listbox using jQuery. which has drawn a lot of traffic and few questions lately so I thought it would be more convenient to rewrite the code as jQuery plugin and make few enhancements plus providing a complete sample code in VB....
0
kicks
Programming ListBox Control in XAML and WPF
This 20 pages tutorial shows you how to create and use a ListBox control in WPF and XAML. The tutorial also covers styling and formatting, add images, checkboxes, and data binding in a ListBox contrtol.
0
kicks
Sort a ListBox
I believe this method is available in .NET 3.5, but in earlier framework versions we have to implement this ourselves..
0
kicks
Using a RequiredFieldValidator with a RadioButtonList, DropDownList, L
We often need to require a user select an item in a RadioButtonList, or any other web control derived from ListControl. Often an uninitiated programmer will add a RequiredFieldValidation control to their form and set the ControlToValidate property to the RadioButtonList in question.