Hello,
I'm fairly new to SharePoint and currently experimenting with some stuff.
Now I have a list with folders and documents and instead of the regular list view, I've created a custom (visual) web part that shows the list in a sort of tree.
In this tree I want to add a control for each document only that has the same appearance as the default context menu found in the standard list views.
The long term goal is to have a custom (visual) web part, that shows the hierarchical structure of the list and has a (on hover only) context menu for the documents.
I do have extended experience with ASP.Net, but I cannot find any resource to add the context menu (or one that looks, feels and behaves the same) at will at self defined location.
Note that by default these items don't have a context menu, so how to add it in the first place?
Your help would be greatly appreciated!
Stefan