|
|
ListView Tip
The idea behind it was simple: Since it's usually impossible to see the entire list row
because of a large number of columns in a ListView, why not display a ToolTip with the
column contents for each item. The ToolTip would have to be tracking, so when the user
moved from item to item, the ToolTip displayed the contents of each item.
To use it, add a member variable to your dialog implementation file...
After initializing the ListView control, attach the tip:
Then add the following macro to your message map:
Source Code DependenciesMicrosoft Visual C++ 6.0Microsoft WTL 3.1 Library Download Files
Written by Bjarke Viksoe. Article submitted 2/16/2003.
|
|||