Dealing with suggestion box
29 Jun 2018 / 1 minute to read
In the combobox control, the DropDown Box can placed in the following two positions:
-
Bottom
-
Top
Using the Suggestion box placement property, you can place the suggestion box at the top or bottom.
SuggestionBox placement at bottom
Displays the suggestion box at the bottom of the combo box control.
combobox.SuggestionBoxPlacement = SuggestionBoxPlacement.Bottom;
SuggestionBox placement at top
Displays the suggestion box at the top of the combo box control.
combobox.SuggestionBoxPlacement = SuggestionBoxPlacement.Top;
Was this page helpful?
Yes
No
Thank you for your feedback!
Thank you for your feedback and comments. We will rectify this as soon as possible!
An unknown error has occurred. Please try again.
Help us improve this page