如何设计单选对话框?
我想显示像附图一样的对话框。左侧的图像和文本 单选。
有人指导我如何实现这一目标吗?
i want to show dialog like attached Image. an image to the left and text
with single selection.
any one guide me how to achieve this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
为此,您必须自定义 上下文菜单 因为本机上下文菜单不支持在对话框内显示图标,而是仅支持在每个项目内显示文本。
您在这里提到的图像是带有图标的自定义上下文菜单。这是您想要的相同示例:
For that you have to customize the Context Menu because native context menu doesn't support for icon display inside the dialog, instead it only supports the text to be displayed inside each item.
The image which you have mentioned here is customized context menu with icon. Here is the same example which you want:
要创建如图所示的对话框,您可以使用 上下文菜单。如果您想要这样的对话,请告诉我。
To create the dialog like the image is showing, for this you can use context menu. And if you want the dialog like that only then let me know.