ListView Questions

  • Thread starter Thread starter cliopia
  • Start date Start date
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
 
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.
 
Back
Top