HLP: MouseHover and ListView

  • Thread starter Thread starter Mr. B
  • Start date Start date
M

Mr. B

Question #1:
How can you prevent a User from Stretching the Columns in a ListView?

Question #2:
How can you 'display' all the text of a cell when the column width is fixed?

Many Thanks!

Bruce
 
With said:

Excellent... I'll look at this.

Hmmm. Thanks Herfried ... but maybe I didn't make myself all that clear. I
do not want to change the column width. I want it Fixed as it currently is.
But with something like a MouseOver event, I'd like to see one of those popup
lines that shows the full string. You see that sort of thing in File
Explorer.

Thanks Again!

Bruce
 
* Mr. B said:
Hmmm. Thanks Herfried ... but maybe I didn't make myself all that clear. I
do not want to change the column width. I want it Fixed as it currently is.
But with something like a MouseOver event, I'd like to see one of those popup
lines that shows the full string. You see that sort of thing in File
Explorer.

Are you talking about the tooltip that should be shown when the user
hovers an item? The tooltip won't be shown if 'View' =
'Details'. I don't know a way to show it.

--
Herfried K. Wagner
MVP · VB Classic, VB.NET
<http://www.mvps.org/dotnet>

Dilbert's words of wisdom #18: Never argue with an idiot. They drag you down
to their level then beat you with experience.
 
With said:
Are you talking about the tooltip that should be shown when the user
hovers an item? The tooltip won't be shown if 'View' =
'Details'. I don't know a way to show it.

Something like that. Yes. I know the tooltip won't show it. Just was using
that as a 'guide'.

Oh well... thanks anyways.

Bruce
 
Back
Top