This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
Is it possible to edit the columns in MulticolumnTreeView control?
|
|
|
You can do this by using a CellTemplate instead of a DisplayMemberBinding, and providing a DataTemplate which is editable (e.g. contains a TextBox instead of a TextBlock). This provides maximum flexibility because you can use appropriate controls in each column e.g. combo boxes, check boxes, etc. |
|