Version

Search Results

Displaying/Hiding the Default DropDown Button Programmatically

Displaying/Hiding the Default DropDown Button Programmatically Topic Overview Purpose Explain how the drop-down button visibility behavior is customizable on the WinCombo™ control. In this topic This topic contains the following sections: Control Configuration Summary Related Content Control Configuration Summary ...

Filter Options to Filter Suggested Values of a Column

Filter Options to Filter Suggested Values of a Column The AutoCompleteMode property offers different settings that allow your end users to have possible suggested values listed from a column, as they type in the text box of WinCombo™. By default, when the AutoCompleteMode property is set to Suggest or SuggestAppen...

Ignoring Diacritics on Autocomplete

Ignoring Diacritics on Autocomplete Ignoring Diacritics on Autocomplete Ignoring Diacritics on Auto-Complete Topic Overview Purpose This topic provides an overview on Auto-Complete operation with an option to ignore diacritics in WinCombo™ and WinComboEditor™ controls. Overview This feature performs a search for a...

Resize Drop Down in WinCombo

Resize Drop Down in WinCombo The drop down of WinCombo™ control can be resized using a handle, which can be positioned at the bottom of the drop-down either vertically or diagonally. This handle enables you to resize the drop-down and view any text or item in the drop-down that has been truncated due to the size o...

Selecting Multiple Values within WinCombo

Selecting Multiple Values within WinCombo The WinCombo™ control supports multiple item selection through a checkbox located in a column within the drop down list. The CheckStateMember property enables you to specify the column name for which the checkbox will be displayed; this property is also what actually cause...

WinCombo Smart Tag

WinCombo Smart Tag In Visual Studio 2005 (.NET Framework 2.0), each Ultimate UI for Windows Forms control/component is equipped with a Smart Tag. By simply selecting the control/component, a Smart Tag anchor appears. When you click this anchor, a pop-up panel appears, providing you with quick and easy access to th...

Understanding WinCombo

Understanding WinCombo This is a great place for you to start learning about the WinCombo™ control, and its key features and functionalities. The topics in this section will give you a better idea of why you would want to use WinCombo in your applications. Click the links below to gain an overview of the WinCombo ...

Using WinCombo

Using WinCombo This section is your gateway to important task-based information that will help you to effectively use the various features and functionalities provided by the WinCombo™ control. Binding WinCombo to a Data Table Binding WinCombo to Data Using LINQ to SQL Displaying/Hiding the Default DropDown Button...

WinCombo 2006.3

WinCombo 2006.3 Explore the new WinCombo™ feature that was added in the 2006 Volume 3 release: You can Now Prevent Data from Loading Until the Dropdown is Clicked

You Can Now Prevent Data from Loading Until the Dropdown is Clicked

You Can Now Prevent Data from Loading Until the Dropdown is Clicked In previous releases, the WinCombo™ control would load its data when either its DataSource was set or when finished its initialization process. Now, you can prevent that from happening by invoking the SetInitialValue method. SetInitialValue takes ...