Re: ListView-style column headers?
- From: "Grant Frisken" <grant@xxxxxxxxxxxxxxx>
- Date: 8 Oct 2005 16:06:45 -0700
Extending the standard ListView or TreeView controls is almost
certainly not going to give you the flexibility you require. So
writing from scratch (or modifying a CodeProject component) is probably
the right approach. You can handle XP theme style column header
painting by using the UxTheme DLL API via DllImport. There are some
articles on CodeProject on how to do this.
Writing a Treeview/Listview control from scratch is not a trivial task.
You might want to consider some of the commerical components
available. Infralution has a combined Tree/ListView called VirtualTree
that has a lot of flexibility and allows you to modify just about any
aspect of its behaviour and/or appearance through inheritance. You can
download an evaluation copy at:
www.infralution.com/virtualtree.html
Regards
Grant Frisken
Infralution
.
- Follow-Ups:
- Re: ListView-style column headers?
- From: Danny Tuppeny
- Re: ListView-style column headers?
- References:
- ListView-style column headers?
- From: Danny Tuppeny
- ListView-style column headers?
- Prev by Date: Creating Hyperlink in Excel and setting Cell Format
- Next by Date: Re: Help with iterating an array...
- Previous by thread: ListView-style column headers?
- Next by thread: Re: ListView-style column headers?
- Index(es):
Relevant Pages
|