Re: View-based NSTableView strange scrolling behavior.
Re: View-based NSTableView strange scrolling behavior.
- Subject: Re: View-based NSTableView strange scrolling behavior.
- From: Dmitriy Balakirev <email@hidden>
- Date: Fri, 02 Nov 2012 06:08:46 +0400
- (NSInteger)numberOfRowsInTableView:(NSTableView *)tableView {
return 1000;
}
is the only code added to the cocoa application template. Then I drop table to window, set number of columns to 10 and connect app delegate as table datasource.
But question not about how to implement nstableview datasource. It is about why table view properly scroll (using keyboard arrow keys) ONLY AFTER I press Home or End buttons.
02.11.2012, в 5:48, Graham Cox <email@hidden> написал(а):
>
> On 02/11/2012, at 12:35 PM, Dmitriy Balakirev <email@hidden> wrote:
>
>> Nothing. It is just example.
>
>
> So it does have two methods? Or have you left one out? If you have, it won't work properly, so that's why I'm asking - it could be your problem.
>
> Show your REAL code.
>
> --Graham
>
>
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden