How can I create a multiple check list items control as in the picture bellow using Symbian ?
I'm going to use this control in my SettingList view.
I'm using Carbide.C++ 2.7 , And Symbian S60 5th Ed SD开发者_Python百科K.
Many thanks in advance.
You need to use the symbian lists API. Specifically you need the MultiSelection list box.
http://library.forum.nokia.com/topic/S60_5th_Edition_Cpp_Developers_Library/GUID-759FBC7F-5384-4487-8457-A8D4B76F6AA6/html/Lists_API4.html#topic3.10
精彩评论