@@ -61,27 +61,27 @@ public ref class ItemList : public System::Windows::Forms::Form
6161 }
6262
6363public:
64- void AssignItems (ListItemsVec& new_items , bool full_expand , bool full_sort );
64+ void AssignItems (ListItemsVec& newItems , bool fullExpand , bool fullSort );
6565
6666private:
6767 Flags32* flags;
6868 ListItemsVec* items;
6969
70+ private: XRay::SdkControls::TreeView^ viewItems;
7071private: System::Windows::Forms::StatusStrip^ statusStrip1;
7172private: System::Windows::Forms::ToolStripStatusLabel^ toolStripStatusLabel1;
7273private: System::Windows::Forms::ToolStripStatusLabel^ toolStripStatusLabel2;
73- private: System::Windows::Forms::TreeView^ viewItems ;
74+ private: System::ComponentModel::IContainer^ components ;
7475
7576private:
76- System::ComponentModel::Container^ components;
77-
7877#pragma region Windows Form Designer generated code
7978 void InitializeComponent (void )
8079 {
80+ this ->components = (gcnew System::ComponentModel::Container ());
8181 this ->statusStrip1 = (gcnew System::Windows::Forms::StatusStrip ());
8282 this ->toolStripStatusLabel1 = (gcnew System::Windows::Forms::ToolStripStatusLabel ());
8383 this ->toolStripStatusLabel2 = (gcnew System::Windows::Forms::ToolStripStatusLabel ());
84- this ->viewItems = (gcnew System::Windows::Forms ::TreeView ());
84+ this ->viewItems = (gcnew XRay::SdkControls ::TreeView ());
8585 this ->statusStrip1 ->SuspendLayout ();
8686 this ->SuspendLayout ();
8787 this ->statusStrip1 ->Items ->AddRange (gcnew cli::array< System::Windows::Forms::ToolStripItem^ >(2 ) {
@@ -98,10 +98,16 @@ private: System::Windows::Forms::TreeView^ viewItems;
9898 this ->toolStripStatusLabel1 ->Text = L" Items count:" ;
9999 this ->toolStripStatusLabel2 ->Name = L" toolStripStatusLabel2" ;
100100 this ->toolStripStatusLabel2 ->Size = System::Drawing::Size (0 , 17 );
101+ this ->viewItems ->AutoExpandOnFilter = false ;
101102 this ->viewItems ->Dock = System::Windows::Forms::DockStyle::Fill;
103+ this ->viewItems ->FilterVisible = false ;
102104 this ->viewItems ->Location = System::Drawing::Point (0 , 0 );
105+ this ->viewItems ->MultiSelect = true ;
106+ this ->viewItems ->SelectableGroups = false ;
103107 this ->viewItems ->Name = L" viewItems" ;
108+ this ->viewItems ->PathSeparator = L" /" ;
104109 this ->viewItems ->Size = System::Drawing::Size (284 , 242 );
110+ this ->viewItems ->Source = nullptr ;
105111 this ->viewItems ->TabIndex = 1 ;
106112 this ->AutoScaleDimensions = System::Drawing::SizeF (6 , 13 );
107113 this ->AutoScaleMode = System::Windows::Forms::AutoScaleMode::Font;
0 commit comments