c# - Paged Custom ComboBox -


I have to do some sample code, how to make a paged combo box. My data includes 1300+ items when the user clicks on the combo box arrow, then the ComboBox display will display 25 (Page Size Configuration) items with the arrow at the top / bottom of the time (depending on the location of the location) so that the user Could request the last / next page. The data is coming from a general list. (List)

In this way, this idea is to display only one subset of data over time. Users can choose by scrolling from the list according to the normal combo box.

Note: All data is read-only. The top and bottom list should have a new button to request the previous or next page of navigator values. For legacy issues I can only use Winforms (.NET 2.0) and C # but VB.net code will also work as well

You may want to consider using a previewview as a drop-down control for your content, like it does here:

alt text

You can source code here for this control Can get A. I think you should give an idea of ​​how to proceed with their work

concerned


Comments

Popular posts from this blog

sql - dynamically varied number of conditions in the 'where' statement using LINQ -

asp.net mvc - Dynamically Generated Ajax.BeginForm -

Debug on symbian -