bbListView


Version: 2.7.0.1
Size:
428KB
Requirements:
No special requirements
Seller:
Bela Bodecs
Price:
$25.00
System:
Windows 7/Vista/XP
Rating:
4.2
License:
Shareware

Description - bbListView



The bbListView control displays items using Grid cells, but behaves like a listview control You can arrange items into columns with or without column headings as well as display accompanying icons and text. Every cell and header item can have different icon, font style and colors etc. - You can use more than one picture (but less than ten) in the same listitem via the pictureindexes() array property of listitem object. - Now you can obtain the actual theoretical metrics of each listitem by Width, Heigth, TextWidth and TextHeight read-only properties of ListItem object. - Setting of Width property of column object to -1, set the width of the column to the widest item. There are two corresponding new properties: IndexOfWidestItem and WidthOfWidestItem. Both of them are read-only. - SendEachKeyEventToContainer property makes easier to taylor the keypress handling of bbListView to your own programming enviroment. - HotTracking property of header items makes bbListView more fancy. A new property of ColumnHeader SelectedForeColor decribes the highlighted header item text color. - A new event OnItemFound makes easier to Create lookup lists. This event is fired when bbListView finds corresponding item that match with the last key presses. - Another new event OnColumnMoveBegin helps you to enable/disable dinamically columns movements, when user starts to drag a column to a new place. - A new method of column object TextToRowIndexExt( ) supports different style of item seeking. - Full OLE drag and drop support. New event, method and property set: OnOLEDragOver, OnOLEDragStart, OnOLEDrop, DropTarget, ClearDropTarget OLEDataObject object, OLEDragStarted property and HitTestForOLE method. - Row sorting on ItemData value. So it is possible to sort naturally on non-ANSI date, time values. (SortSource property of Column object.) - A new IncrementalSearchLastKeys property makes it possible to have more control over incremental search behaviour.

bbListView Column Object Property Makes


More in Visual Basic-bbListView

Makes Easier Column Object Columns Movements When