Jump to content

Touch friendly UI --> Tree


SayMaster

Recommended Posts

No way to enlarge anything on the LabVIEW tree controls.  Best Bet for what you need is to use a .net Treeview control.  You can have custom sized images etc. but there is a somewhat steep learning curve and using .net in labview results in messy block diagrams with all of the references that have to be opened and closed etc.  There are examples on LAVA and ni.com.

Link to comment

You can also add additional controls for things like a dedicated set of booleans for expand or collapse, and move the selection up or down.  Not elegant for sure.  You can increase tree control fonts, and that helps with selection, but glyphs and other elements won't change in size.  I did make an idea exchange for it.

Link to comment

thanks guys!

that's what I feared 😕

 

 

I also found the .net solution but I am afraid to use it. The whole program is pretty old and I just did some performance tweaks for the update process (there are 1200+ elements in the tree and I changed the update process to only update visible elements)

 

probably wont touch this for the next years :D

 

 

On 11/2/2023 at 7:52 PM, hooovahh said:

 I did make an idea exchange for it.

gave you a kudo for that! thanks!

Link to comment

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.