How to design Single Selection Dialog?

空扰寡人 提交于 2019-12-02 06:51:27

问题


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?


回答1:


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:

  1. Source code for the above link: http://code.google.com/p/iconcontextmenu/



回答2:


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.



来源:https://stackoverflow.com/questions/7792931/how-to-design-single-selection-dialog

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!