in
Forums
Blogs
Files
Devexpress.Com
Client Center
Support Center
DevExpress Channel

how to make ListBoxControl items editable

Last post 11/18/2007 10:40 AM by Robert Chaffe. 3 replies.
Page 1 of 1 (4 items)
Sort Posts:
Previous Next
  • 11/12/2007 5:02 AM

    how to make ListBoxControl items editable

    in the standard .NET Framework, the ListView control has an option to rename the items by clicking them once with a mouse, or programmatically (e.g. in response to an F2 key press). the DevExpress ImageListBoxControl, which is the closest to ListView that i found (i only need one column, with text items and an icon for each item, like the Details view with HeaderStyle=None in ListView) doesn't have that. anyone has an idea how to achieve this functionality, either with ImageListBoxControl or some other control?

  • 11/13/2007 9:46 PM In reply to

    Re: how to make ListBoxControl items editable

    Perhaps the XtraTreeList control will serve your purpose? If you want to edit values, you'll want to bind the tree list to a data
    source. I even see in the help topics that the F2 key will activate a focused cell's editor. Check it out.
    -
  • 11/15/2007 5:49 AM In reply to

    Re: how to make ListBoxControl items editable

    but what will i do with the tree lines on the left edge? i don't want it to look like a tree.

    i'm considering sticking a TextEdit on top of an ImageListBoxControl to get this functionality.

  • 11/18/2007 10:40 AM In reply to

    Re: how to make ListBoxControl items editable

    Then perhaps the XtraGrid control would be more suitable for your requirements. Quite a bit of control over its appearance and
    functionality is possible if you're willing to put forth the effort in learning all of its features.

    Otherwise, we have to wait for the ListView control from Developer Express. See issue CS14696 in the support center.
    -
Page 1 of 1 (4 items)
Copyright © 1998-2008 Developer Express Inc.
ALL RIGHTS RESERVED