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 there a way to make the column Visibile = Hidden or Visible for the TreeListView control?
Thanks |
|
|
I don't think this is possible. We are using the standard WPF GridViewColumnCollection and GridViewColumn types, which don't appear to support visibility settings. So I think you would need to do it by removing and re-adding the column. |
|