Re: NSForm and NSTableView in Interface Builder
Re: NSForm and NSTableView in Interface Builder
- Subject: Re: NSForm and NSTableView in Interface Builder
- From: j o a r <email@hidden>
- Date: Fri, 3 Sep 2004 10:04:33 +0200
On 2004-09-03, at 09.41, Andrew White wrote:
> Under Interface Builder 2.4 (XCode 1.1), I cannot find any way to set
> the number of entries in a form
Select the form and then Alt+Drag the lower resize handle to create the
number of form cells you like.
> or to set cell dimensions
The number of rows is not determined in IB, it's set by the table view
data source at runtime.
> or row headings in a table.
Double-click on the header and type the title, or alternatively, select
the header and use the inspector. Selecting deeply nested view
components can be a bit tricky, but if you try double-clicking on the
various components of the table view I'm sure you'll be able to figure
out how to select any selectable subcomponent.
j o a r
[demime 0.98b removed an attachment of type application/pkcs7-signature which had a name of smime.p7s]
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.