How to design Single Selection Dialog?

坚强是说给别人听的谎言 提交于 2019-12-02 01:44:23
Paresh Mayani

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/

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.

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