Hi all,

I want to hide some of the columns in VolumeCostList. According to MSDN,

        http://msdn2.microsoft.com/en-us/library/aa372790.aspx

        Authors can set the column widths in the VolumeCostList control
by appending column widths after any font specifications. Column widths
are entered as a series of positive integers enclosed in curly braces.
Empty curly braces or {0} hide the column. 


How can I do this in WiX? Where is the font specification defined?

<Control Id="VolumeList" Type="VolumeCostList" X="20" Y="100"
Width="330" Height="120" Sunken="yes" Fixed="yes" Remote="yes"
Text="!(loc.DiskCostDlgVolumeList)" />

Thanks,
Shirley
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to