Search results for query: *

  1. H

    Question Apply databinding to inherited control

    Thanks JohnH, that is absolutely brilliant! I've only had a quick look but it seems that will do exactly what I need. As for GroupTitle, it is intended for use where you might want the title of the group to be different from the values in the GroupBy field, in my case I want to group by a...
  2. H

    Question Apply databinding to inherited control

    I'm trying to modify the listview to have similar databinding behaviour to a datagrid with the added bonus of having the ability to group by a column in the datasource. Below is the code I have developed so far. The only problem is that this code only binds to a datatable. I'd like to be able...
  3. H

    Question Automate installation

    Hi guys I've been asked to write an application that we can deploy with the installer for upgrades of some of the software that we use. The idea is that this application will do all the tasks during installation that a user would normally be required to do. ie. Agree to the license, click the...
  4. H

    Listview Groups with icons

    It seems MS snuck that very cool feature out. I know a few programmers who have been working with .Net on a daily basis since it came out and didn't know it could do that. There are also very few topics regarding it on the net, so I don't think its a widely known feature. Really adds to the...
  5. H

    Listview Groups with icons

    Don't know if I've misread them, but the links you posted seem to speak of using imagelists and applying the images to the listviewitems themselves, this isn't what I'm trying to do. When I put the listview data in to groups. ie: Numbers <-------Group Header 1 2 3 4 5 Letters...
  6. H

    Listview Groups with icons

    Hello all I've got a form that uses a listview to display data from a database in individual groups, using listviewgroups. I would like to know, is it possible to add images to the header of each group. So instead of just displaying the title of the group, it will display an image there too...
Back
Top