Intersoft WebCombo Documentation
How-to: Use multiple columns mode
See Also Send comments on this topic.
Intersoft WebCombo > WebCombo Advanced Features > Advanced How-to Topics > How-to: Use multiple columns mode

Glossary Item Box

Instead of singe column, you can use multiple columns in WebCombo.

In this topic, you will learn how to set multiple columns from designer.

To use multiple columns mode

  1. Bind WebCombo to AccessDataSource.
  2. Open WebCombo.NET Designer - Advanced Settings - LayoutSettings.
  3. Set ComboMode to MultipleColumns.
  4. Go to Column and Rows and select Displays multiple columns in the result box of this control instance.
  5. Add the columns that you want to display.
  6. Click OK to apply the changes and run the project.

See Also