任何人都可以指导我如何控制列表项的溢出。在具有客户的breaf指令的代码标签“Operation Instruction”中,当我恢复窗口时我应用maxlength =“40”,然后“Operation Instruction”显示两行或更多行,我希望它仅在单行中
<east id="eastcr" width="70%" autoscroll="true" visible="false" style="overflow:auto">
<groupbox>
<caption label="Select Account"></caption>
<separator></separator>
<listbox id="lstbx" style="overflow:auto" mold="paging">
<listhead id="lsthd" sizable="true" >
<listheader id="lsthd1" label="Sr No" align="center" width="5%" sort="auto"/>
<listheader label="Account Number" align="center" width="15%" sort="auto"/>
<listheader label="Account Name" align="left" width="25%" sort="auto" maxlength="20"/>
<listheader label="Operation Instruction" align="left" width="39%" sort="auto" maxlength="40"/>
</listhead>
</listbox>
</groupbox> </east>
答案 0 :(得分:1)
哟可以使用以下风格
style="white-space: nowrap;"
这意味着检查以下
nowrap 空格的序列将折叠为单个空格。文本永远不会换行到下一行。案文继续 在同一行,直到遇到一个标签