LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Change List Item Font Size in Tree Control

Solved!
Go to solution

Using Labwindows/CVI 2013

 

Is there a way to change the Font Size for the List items in a tree control?

 

Thanks

John W.

 

0 Kudos
Message 1 of 5
(4,624 Views)

I would guess so using SetTreeItemAttribute (panelHandle, PANEL_TREE, selectedTreeItem, ATTR_LABEL_FONT, myfont); and your user-defined metafont created using CreateMetaFont ();

0 Kudos
Message 2 of 5
(4,622 Views)

Thanks for the reply.

That seems to only change the Label of the Tree Control. I need the items within the tree control to be bold and bigger.

 

Thanks

John W.

 

0 Kudos
Message 3 of 5
(4,620 Views)
Solution
Accepted by topic author jwinterb

@jwinterb wrote:

Thanks for the reply.

That seems to only change the Label of the Tree Control. 


yes...

I don't think that the checkboxes can be drawn differently

0 Kudos
Message 4 of 5
(4,616 Views)

OK thanks

 

JW

 

0 Kudos
Message 5 of 5
(4,609 Views)