Re: Editable cells in a treeview

2005-10-09 Thread Olivier Sessink
Will Luesley wrote: > I had thought this might be a design problem I was trying to solve with > code. I've got a long list of items with a single attribute to set for > each, e.g > > | Field Name One | Some static info | User editable value > | Field Name Two | Static info | User edita

Re: Editable cells in a treeview

2005-10-07 Thread Will Luesley
Olivier Sessink wrote: remember that if your app works different then other apps, users might actually find your app more difficult to work with. Just think of that before you start customizing things like this. I had thought this might be a design problem I was trying to solve with code. I'

Re: Editable cells in a treeview

2005-10-06 Thread Olivier Sessink
Will Luesley wrote: > I've got a TreeView which has four columns, one of which is editable. > > There are two things I am trying to do to make editing easier for the > user, but I can't see how to achieve either: > > 1) Starting editing with a single click on the editable cell. That is, > if a u