Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 9 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
将 Div 元素包含到 DropDownWindowTemplate 中并将其 style.height 属性设置为某个值。如果将 div 的 style.overflow 属性设置为 Auto,则此 Div 元素将在必要时显示滚动条。最后,您必须将所需的内容包含到该 DIV 中。
Include the Div element into the DropDownWindowTemplate and set its style.height property to some value. If you set the div's style.overflow attribute to Auto, this Div element will show scrollbars when it is necessary. Finally, you will have to include the required content to this DIV.