开发者

Need something like "Solution Explorer" (Visual Studio)

I would like to display a directory. It should be as such as the Solution Explorer in Visual Studio looks like. (Treeview or something like that)

So that I (as an User) can also move files for example, dragging file A to Folder B and so on..

Hope u guys 开发者_JAVA技巧can help me..


For Deleting, an item in the tree view, you gotta write logic by yourself. First hook an generic popup menu for each treeview items. Then rightclick display it. Upon selection of deletion, take that item delete it and update the view.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜