Version

IViewPanel Interface Members

The following tables list the members exposed by IViewPanel.

Public Properties
 NameDescription
 PropertyLayoutStyleReturns the PanelLayoutStyle of the panel.  
Public Methods
 NameDescription
 MethodEnsureCellIsVisibleEnsures that the specified cell is visible. If it is not, the panel should scroll in the appropriate direction to make it visible. NOTE: This routine assumes that the record is already visible. Call EnsureRecordIsVisible to make the record containing the cell visible.  
 MethodEnsureRecordIsVisibleEnsures that the specified record is visible. If it is not, the panel should scroll in the appropriate direction to make it visible.  
 MethodGetFirstDisplayedRecordReturns the first record in the list of currently displayed records that is of the specified type.  
 MethodGetFirstOverallRecordReturns the first record in the overall list of records that is of the specified type.  
 MethodGetLastDisplayedRecordReturns the last record in the list of currently displayed records that is of the specified type.  
 MethodGetLastOverallRecordReturns the last record in the overall list of records that is of the specified type.  
 MethodGetNavigationTargetRecordReturns the target of a record navigation from the specified currentRecord in the specified navigationDirection  
 MethodOnActiveRecordChangedNotifies the panel that the active record has changed.  
 MethodOnSelectedItemsChangedNotifies the panel that the DataPresenterBase.SelectedItems collection has changed.  
 MethodScrollScrolls the panel in the direction specified by scrollType.  
See Also