CEikColumnListBox size
| Thu, 2005-12-22 19:49 | |
|
Yet another stupid problem - I'm trying to set a listbox with self-drawn items into a view. Ie. to replace CAknSingleGraphicStyleListBox with my own implementation. At first, I inherited my class from the class above and override CreatItemDrawerL. Everything is ok with that.
Now I wanted to get rid of the "default" framework CAkn* listboxes do have ... you know the line-thingie and inherited my listbox class directly from CEikColumnListBox therefore. Now everything is _almost_ fine except the listbox size! I set it to be exactly as big as client area is BUT the bottom end of the listbox's items are not drawn properly and listbox is a bit shorter as well... Really weird behaviour. Any hints? regards, Ahti. Edit/Delete Message |
|






Forum posts: 732
here is the text from the top of this form
News: Please ask for specific question (not very general ones) and include some part of your source code to get effective answers.