SSListBar
The Sheridan ActiveListBar is a navigation control that brings applications the look of Microsoft® Outlook™. It incorporates a system of sliding Groups, each of which is identified by its header. Clicking a Group‘s header causes the group to become active, slide into view and display the ListItems it contains.
The ActiveListBar has a single collection of items regardless of the group where they are located. The SSListItem.Index property indicates the position of the item in the collection.
The following table shows which SSListBar components are mapped to Infragistics NetAdvantage.NET Suite equivalents:
Class | Maps To |
ListBar.SSListBar | Infragistics.Win.UltraWinListBar.UltraListBar |
ListBar.ISSImagesCollection | System.Windows.Forms.ImageList |
ListBar.ISSGroupsCollection | Infragistics.Win.UltraWinListBar.GroupsCollection |
Listbar.Constants_BorderStyle | Infragistics.Win.UIElementBorderStyle |
Listbar.Constants_Style | Infragistics.Win.UltraWinListBar.Style |
Listbar.ISSGroup | Infragistics.Win.UltraWinListBar.Group |
Listbar.Constants_PictureBackgroundStyle | Infragistics.Win.ImageBackgroundStyle |
Listbar.SSGroup | Infragistics.Win.UltraWinListBar.Group |
Listbar.ISSListItem | Infragistics.Win.UltraWinListBar.Item |
ListBar.SSListItem | Infragistics.Win.UltraWinListBar.Item |
ListBar.SSListItems | Infragistics.Win.UltraWinListBar.ItemsCollection |