versionone / VersionOne.Client.VisualStudio

View and update VersionOne work items directly from Visual Studio
http://versionone.github.io/VersionOne.Client.VisualStudio
BSD 3-Clause "New" or "Revised" License
2 stars 10 forks source link

TreeView readonly feature is disabled after upgrading TreeViewAdv version. #6

Closed lremedi closed 10 years ago

lremedi commented 11 years ago

Check if readonly feature is still working after upgrading TreeViewAdv version.

lremedi commented 10 years ago

Read Only Feature: A node is going to be read only depending on two values:

Fixes:

private TextBox textBox;

        public TextBox EditorTextBox {
            get {
                return this.textBox;
            }
        }

To be fixed: