01-30-2009 08:31 AM
01-30-2009 09:02 AM
If you select the two listboxes and change the fonts they will all change.
Also check the "Autosize Row Height".
For the second question, right click the control >> select replace >> and select a new listbox.
01-30-2009 09:07 AM
You can also do this:
Select the source listbox.
Select Edit->Copy.
Select the target listbox.
Select Edit->Paste.
This should effectively replace the second listbox with a copy of the first. However, if the font stuff is being set with property nodes, then this will have no effect. Keep in mind that you can search for all property nodes for a control. Right-click on the control and select Find->Property Nodes. You can then use Ctrl-G to go from node to node.
01-30-2009 09:13 AM