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
|
Hi there, is it possible to hide columns in the MulticolumnTreeView by setting somthing like column.visible = false? Thanks! cew3
|
|
|
Sorry, there's no way to do this at the moment. The closest you can get is to set the width to 0, but even then you would need to do some styling magic to prevent the user from resizing the column back into existence. An alternative approach is to remove the column from the columns collection when you want it to disappear, and reinsert it when you want it to reappear. Not as nice as a Visibility property (because you can't use it in bindings or triggers) but possibly viable depending on your scenario. |
|