ListView

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Mythran

    ListView

    Quick question, I don't have the time to dig in and look for the answer so
    quick post should hopefully do the trick, if y'all don't mind :)

    In a ListView...I can set it so the first column of the selected row can be
    edited...anyway I can get the rest to be in edit-mode? Not all at once, or
    maybe all at once...but either way would be nice :)

    Thanks,
    Mythran

  • Moty Michaely

    #2
    Re: ListView

    Hello,

    Currently there is no embedded way of editing Sub Items in common list view.

    Try using DataGridView for this purposes of editing values in any type of
    datasource( Class, Dataset etc. ).

    Refer to MSDN for further information.

    - Moty -

    "Mythran" <kip_potter@hot mail.comREMOVET RAIL> wrote in message
    news:%23IeRfprd FHA.3932@TK2MSF TNGP12.phx.gbl. ..[color=blue]
    > Quick question, I don't have the time to dig in and look for the answer so
    > quick post should hopefully do the trick, if y'all don't mind :)
    >
    > In a ListView...I can set it so the first column of the selected row can
    > be edited...anyway I can get the rest to be in edit-mode? Not all at
    > once, or maybe all at once...but either way would be nice :)
    >
    > Thanks,
    > Mythran
    >[/color]



    Comment

    Working...