While we appreciate comments from our users, please follow our posting guidelines. Have you tried the Cyotek Forums for support from Cyotek and the community?

Styling with Markdown is supported

Original Comment

Schorge

# Reply

Nice Drag 'n Drop, but, how i can access Listbox Columns and Edit any Row ?

Gravatar

Richard Moss

# Reply

Hello,

You can't, at least automatically - this is not functionality present in a ListBox control (which hearkens all the way back to Windows 3.1 at least). For this sort of functionality, you'd have to roll your own inline editing functionality. Alternatively, look at a ListView control, this supports built in automatic editing although I think that is only for the first column.

As another alternative, look into something like the DataGrid which fully supports assorted editors for each cell.

Regards;
Richard Moss