The following tables list the members exposed by IViewPanel.
Name | Description | |
---|---|---|
LayoutStyle | Returns the PanelLayoutStyle of the panel. |
Name | Description | |
---|---|---|
EnsureCellIsVisible | Ensures 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. | |
EnsureRecordIsVisible | Ensures that the specified record is visible. If it is not, the panel should scroll in the appropriate direction to make it visible. | |
GetFirstDisplayedRecord | Returns the first record in the list of currently displayed records that is of the specified type. | |
GetFirstOverallRecord | Returns the first record in the overall list of records that is of the specified type. | |
GetLastDisplayedRecord | Returns the last record in the list of currently displayed records that is of the specified type. | |
GetLastOverallRecord | Returns the last record in the overall list of records that is of the specified type. | |
GetNavigationTargetRecord | Returns the target of a record navigation from the specified currentRecord in the specified navigationDirection | |
OnActiveRecordChanged | Notifies the panel that the active record has changed. | |
OnSelectedItemsChanged | Notifies the panel that the DataPresenterBase.SelectedItems collection has changed. | |
Scroll | Scrolls the panel in the direction specified by scrollType. |