Re: NSMatrix equivalent in MFC/Windows?
Re: NSMatrix equivalent in MFC/Windows?
- Subject: Re: NSMatrix equivalent in MFC/Windows?
- From: Erik Buck <email@hidden>
- Date: Mon, 14 Aug 2006 07:46:12 -0700 (PDT)
See CListBox at http://msdn2.microsoft.com/en-us/library/ws8s10w4.aspx
Use LBS_MULTICOLUMN
As with most things in MFC, there is no Model View Controller separation. You basically have to store your application data in the list box or store it multiple places. CListBox is very unfriendly and code intensive to use compared to something like NSMatrix. You will find lots of custom ListBox implementations on the web.
Have you considered using .Net instead of MFC ? .Net has much better support for things like list boxes.
If this porting excersie doesn't make you a Cocoa fanatic, nothing will.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden