I used the .net framework for a while, especially Wpf. Now I need to develop an application for Os X using cocoa. In wpf, I have a ListView object where each item can be the object I want. I need to use an alternative in cocoa, which allows me to scroll through my personal "user control" list.
Is there such an alternative?
source share