详细信息视图控件未对齐
我正在开发的应用程序中使用DetailsView,并且有一个小问题。我的详细信息视图有多种控件类型 - 复选框、文本框、下拉列表等。它们在垂直方向上都稍微未对齐 - 即文本老板由于某种原因稍微向右推。
我可以通过更改控件的边距使它们对齐来轻松修复它,但这相当“hacky”,并且可能无法在所有浏览器中正常工作。有没有更简单的方法?
I'm using a DetailsView in an applicaoon I am developing, and have a minor issue. My detailsview has multiple control types - checkboxs, textboxs, drop down lists etc. They are all slightly misaligned from each other vertically -I.e. Text boss are pushed slightly right for some reason.
I can easily fix it by changing the margins of the controls so they line up, but that's rather 'hacky' and probably won't work well in all browsers. Is there a simpler way?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以更改详细信息视图的对齐方式,以便每个项目都具有相同的对齐方式。
You can change the align of detailsview so every item will be have the same align.