Controlling the size of the text in the Interview case grid
2 Change the values for CaseGridFontSize and CaseGridRowHeight.
To use the default value (which is approximately 8.5pt) either comment out the setting, or set the value to empty.
Example
<applicationSettings>
<Spss.DataCollection.Mobile.Properties.Settings>
<setting name="CaseGridFontSize" serializeAs="String">
<value>24</value>
</setting>
<setting name="CaseGridRowHeight" serializeAs="String">
<value>24</value>
</setting>
</Spss.DataCollection.Mobile.Properties.Settings>
</applicationSettings>
See also