Re: Synchronized scrolling
Re: Synchronized scrolling
- Subject: Re: Synchronized scrolling
- From: Lindsey Spratt <email@hidden>
- Date: Wed, 13 Jul 2005 08:46:38 -0400
There is a use of synchronized scrolling in the open-source XGP
project. It has a custom table control that has a column of row numbers
that is scrolled (vertically) with the table contents. Since the row
numbers are in an independent clip view, the table contents can also be
scrolled horizontally while keeping the row numbers visible.
The classes used to implement this control are:
XGPCWTableData
XGPCWTableRowNumbers
XGPCWTableScrollView
XGPCWTableView
The XGP source can be found from the XGP site: http://xgp.sf.net.
HTH,
Lindsey
On Tue, 12 Jul 2005 21:43:28 -0700, Todd Blanchard <email@hidden>
wrote:
I'll try again - does anyone have a working split table example I can
look at? My approach of intercepting the actions of the scroll
pane's scrollbar and forwarding the values into the other hidden
scroll bar isn't working.
_______________________________________________
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