MikePohatu / TsGui

Custom GUIs in ConfigMgr
GNU General Public License v3.0
47 stars 5 forks source link

Add checkboxes to treeview #6

Open Elaci0 opened 3 years ago

Elaci0 commented 3 years ago

Enabling the checkboxes inside the Treeview control could be helpful for a multiple selection. My TSgui script became quite complex now and I was thinking that a treeView control, for choosing which software to install, could be useful.

Alessio

MikePohatu commented 3 years ago

Hi Alessio. This could be doable, but will likely take a decent amount of work. The current treeview sets one value to one variable, but what you're looking for will set multiple variables, so will need to figure out how to structure that. Will take a look, but can't promise anything.