Version

IViewPanelInfo Interface Members

The following tables list the members exposed by IViewPanelInfo.

Public Properties
 NameDescription
 PropertyOverallScrollCountThe total number of viewable records including any viewable descendant records.  
 PropertyOverallScrollPositionGets/sets the current scroll position.  
Public Methods
 NameDescription
 MethodGetOverallScrollPositionForRecordGets the overall scroll position for a specific record.  
 MethodGetRecordAtOverallScrollPositionGets a record at a specific overall scroll position.  
 MethodIsOkToScrollReturns whether the DataPresenter is in a state where it is ok to scroll.  
 MethodOnRecordsInViewChangedNotifies the class the implementor when the set of in view records has changed.  
See Also