ListView Questions

C

cliopia

Hello,

I am trying to create a detailed ListView and was wondering if the
following was possible and or/ easily implemented in .Net 2.0 / VS2005
standard controls

a) Have icons instead of text for some columns (similar to an Outlook
message list having flags, importance, attachments as well as text
fields)? Right now it just seems I can do one icon per row/item in
the ListView.

b) Have arrows in the header indicating sort directions? I saw some
custom controls for .Net1.1, but I wondered if this was native, or
easily added for .Net 2.0

c) Have icons in the column headers.

Also, slightly off topic,
d) I've been looking for some interface inspiration. Are there any
interface equivalents of the northwind database that show interface
functionality with code samples (specifically the Menu and ToolStrips
like Outlook's Navigation pane)

Thank you in advance,
Marta
 
G

Guest

It sounds more like a datagrid view than a listview. For datagridviews, the
answers to A & B are yes, but for C, I have not ever tried it. It would seem
there should be a way possible though.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top