Re: My own listbox

2008-08-02 Thread Boris Remizov
Hello, You shouldn't do this over work by implementing your own Control. You may use NSTableView or NSOutlineView instead. These visual classes allow to implement ListBox's look-and-feel and behavior in much much easier manner. On Aug 2, 2008, at 12:21 PM, Vitaly Ovchinnikov wrote: Hello,

Re: My own listbox

2008-08-02 Thread Boris Remizov
ctly. Actually I need to draw every row myself. And these rows will have some padding and many graphics stuff inside. And they will have adjustable height... And so on. I don't think that it is possible to do this with standard controls. Am I wrong? On Sat, Aug 2, 2008 at 1:33 PM, Boris Rem