Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How to Make the drop-down list appear faster?



How to Make the drop-down list appear faster?..

Answer / Vivek Sachan

To make a drop-down list (like a TComboBox) appear faster in Delphi, you can reduce its number of items or use a TStringList with the AutoSizer property set to False. Here is an example:nn```delphinvarn myStrings: TStringList;nbeginn SetLength(myStrings, 1000); // Allocate space for many itemsn myStrings.AutoSizer := False; // Disable auto-sizing to speed up renderingnn With TComboBox.Create(Self) don Assign(Items, myStrings); // Populate the ComboBox with the StringListnend;n```

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Delphi Interview Questions

How to Create a Worker Thread for Background Processing ?

1 Answers  


Does Delphi support the back-end?

1 Answers  


How to Display documents in the default browser?

1 Answers  


How to Test whether you are connected to the internet ?

1 Answers  


How to close the CD Tray in code?

1 Answers  


How to easily move a Window control at runtime?

1 Answers  


How to Get a handle on your files ?

1 Answers  


what are the Current MSACCESS driver limitations ?

1 Answers  


How to retrieve an InterBase Blob in Delphi using SavetoFile?

1 Answers  


How to Manually uninstall Delphi?

1 Answers  


How to use Access97 drivers with BDE 4.51 ?

1 Answers  


what is the Purpose of the interbase Client32 files?

1 Answers  


Categories