ListBox is a primary feature of an application. List box is a GUI element which is made up of multiple textbox elements and used to select one item form many. To search an item in the list box we are suppsoed navigate the items of the list box. But if the data contained is large, then it would be preferable to create a search box for the same.
This article represents the a qucik guide and code snippests to create an List box with search field for your application. The code for all the mandatory methods to create an listbox an search box are clearl illustrated in the article with required comments.
This article can be helpful to beginners to understand this primary feature of UI in Symbian.
--Deepikagohil 13:13, 27 September 2009 (UTC)