ListView Control
- From: "Webbiz" <noreply@xxxxxxx>
- Date: Mon, 7 May 2007 14:57:20 -0600
Hello.
I've got a ListView control that I'm trying to use to display a list of
strings.
Only one column vertically is needed. Need it wide enough to display at
least 50 characters per row.
I'm using this control so that I can determine when someone clicks on one of
the strings, to perform some action.
Also wanted to be able to color each string differently from another, which
is why I assume I need this control over a regular list control.
But I have a problem getting the whole string to show. When I run my
program, it only shows part of the string with "..." at the end. If I click
on it, then it shows the whole string. This is not what I need. Would like
it to show the whole sentence.
For example, a list of string might be:
12/04/2007 (2345) -> 12/09/2007 (1423) - Trend Line
12/10/2007 (1456) -> 12/23/2007 (2388) - Trend Line
01/03/1999 (123.77) -> 03/18/2001 (155.78) - Channel
....
When I run the program, it may only show...
12/04/2007 (2345) ...
12/10/2007 (1456) ...
01/03/1999 (123.7 ...
I've been trying everything I can think of. Why is my display being
truncated? How do I get this control to show the whole sentence, one per
row, and only one column of these sentences?
Am I using the wrong control? Remember, I need to be able to color code
these lines independently.
Thanks.
Webbiz
.
- Follow-Ups:
- Re: ListView Control
- From: Webbiz
- Re: ListView Control
- Prev by Date: Re: Listbox scroll problem
- Next by Date: Re: PDA database application
- Previous by thread: drag & drop
- Next by thread: Re: ListView Control
- Index(es):
Relevant Pages
|