Yes, it is possible to programmatically scroll a table view. However, what about the converse? Is there a 1:1 relationship between tree nodes and table rows? If so, what happens when a tree node is expanded? Do you need to add more rows to the table to show the details for the corresponding nodes?
On Nov 24, 2010, at 9:42 AM, MSafiri wrote: > > Greg, > > If the user selects a node in the TreeView, for which the corresponding row > in the TableView is hidden - he/she should use the scrollbar to access it - > is it possible to do this scroll via the application? > > MSafiri > -- > View this message in context: > http://apache-pivot-users.399431.n3.nabble.com/Sync-Tree-with-Table-tp1959691p1960952.html > Sent from the Apache Pivot - Users mailing list archive at Nabble.com.
