We need you!

We're working hard on the next version of Developer Fusion. Let us know what you think we should be up to!

Members

Technology Zones

Articles

Hosted By

MaximumASP

Info

[74] ListView Control

Last post 11-14-2007 10:00 PM by SeanH. 49 replies.
Page 1 of 4 (50 items) 1 2 3 4 Next >
Sort Posts: Previous Next
  • 01-01-1999 12:00 AM

    [74] ListView Control

    This thread is for discussions of ListView Control.

    • Post Points: 210
  • 11-27-2001 8:07 AM In reply to

    • sameer
    • Not Ranked
    • Joined on 11-27-2001
    • New Member
    • Points 10

    listview

    Is there anyway to modify (add,remove,edit) the ListView items during runtime , directly by clicking at the perticular item (someting similar to excel sheet) .
    • Post Points: 0
  • 12-14-2001 11:55 AM In reply to

    • smruti
    • Not Ranked
    • Joined on 12-14-2001
    • New Member
    • Points 5
    Hello Samir...
       Yes it is quite possible to do exactly what you want.
       You just concentrate on LabelEdit property and events associated with (like BeforeLabelEdit  
       AfterLabelEdit ) and on StartLabelEdit method.
       I hope you can get it.

       All the best....
       cheers...

     
    Let's think differently
    • Post Points: 0
  • 02-04-2002 8:23 PM In reply to

    • Riker
    • Not Ranked
    • Joined on 02-04-2002
    • New Member
    • Points 25

    ListView Control

    I have a listview that updates when a node is clicked in a treeview control. The problem is that when in icon or small icon view, the icons line up down the middle of page of the control. The text that is associated with the icons are fairly long (+20) and wraps around the label. I just want the icons to snap to the left top side. Also the scrollbars won't be displayed unless I change the flatscroll bar property from false to to true and then in reverse, after I have resized the listview. Is there any way of making these icons line up other than the properties of the control in VB6? I have tried a few WinAPI's but they seem to only apply to list or report view.
    • Post Points: 0
  • 02-13-2002 4:07 AM In reply to

    about listview control

    i have a listview control
    i want to set a background image for that
    but it is not accepting the animated gif image
    i new my listview with a animated image
    if it is possible, give me how can i do it

    regards
    vasanth
    • Post Points: 0
  • 02-13-2002 4:09 AM In reply to

    about listview control

    i have a listview control
    i want to set a background image for that
    but it is not accepting the animated gif image
    i new my listview with a animated image
    if it is possible, give me how can i do it

    regards
    vasanth
    • Post Points: 0
  • 02-14-2002 12:54 PM In reply to

    • Hervé
    • Not Ranked
    • Joined on 02-14-2002
    • Junior Member
    • Points 100

    icon in listview

    Hi !
    I looking for a way to put icons in any column of a listview ... For now I can put one ine the first col
    but how to do for an another one ?
    thanks for any response.
    • Post Points: 0
  • 02-20-2002 3:14 AM In reply to

    • jerpyen
    • Not Ranked
    • Joined on 02-20-2002
    • New Member
    • Points 10

    viewing selected row as data report

    my question is....how can i view selected row...i want to view as a data report after double clicking the row that i've select....thanks...
    • Post Points: 0
  • 03-07-2002 11:09 PM In reply to

    • kjp17
    • Not Ranked
    • Joined on 03-07-2002
    • New Member
    • Points 55

    viewing selected row as data report

    Try this:

    listview.SelectedItem.Index

    should return the row number
    • Post Points: 0
  • 03-19-2002 3:46 PM In reply to

    • jac21
    • Not Ranked
    • Joined on 03-19-2002
    • New Member
    • Points 5

    Listview + printing

    Hi I have a problem with ListView and Printer

    What i want to do is simple....I want that when i look at my listview in my program and there data in it i want to print it... I want to print all the form and i want to see the data in the listview when its printing....cause now when im printing the form....the listview is empty...What i want to do is like a printscrenn....i just want to see the data that we saw in the listview..Thanks for help
    • Post Points: 0
  • 04-01-2002 7:33 PM In reply to

    • GWMorris
    • Not Ranked
    • Joined on 04-01-2002
    • New Member
    • Points 10
    It is easy once you realize that there are two ways to put in a subitem.
    Listview1.ListItems(2).SubItems(1) = "addsubitem" is the easiest, but no way to add an icon.
    Listview1.ListItems(1).ListSubItems.Add , , "addsubitem", 1 will do it. the Add method gives
    several options that the other syntax doesn't, but other than that, they both work equally well.
    • Post Points: 0
  • 04-02-2002 2:34 AM In reply to

    • Hervé
    • Not Ranked
    • Joined on 02-14-2002
    • Junior Member
    • Points 100
    Thanks
    • Post Points: 0
  • 04-11-2002 5:49 AM In reply to

    • pvaneck
    • Not Ranked
    • Joined on 04-11-2002
    • New Member
    • Points 5

    Listview tutorial

    Excellent, just what I needed, very complete
    • Post Points: 0
  • 05-25-2002 9:52 AM In reply to

    • Linford
    • Not Ranked
    • Joined on 05-25-2002
    • New Member
    • Points 10

    Combo Box in a Listview

    How do I display a combo box in one of the subitems of a listview.
    I know that I will have to subclass, but I dont know how to.

    Can you help?
    • Post Points: 0
  • 05-29-2002 9:07 AM In reply to

    • Lai0214
    • Not Ranked
    • Joined on 05-29-2002
    • New Member
    • Points 25

    Auto loading Lebel in ListView

    I can display Icon or checkBox in the ListView ,but how to loading lebel in ListView?
    When I chick Botton, It can be auto loading a lebel by I want, I need help!!

    Hope you can help me , Thank you!!
    • Post Points: 0
Page 1 of 4 (50 items) 1 2 3 4 Next >