Hi,
Im trying to make something like the list of Recent Documents of Office 2007 Suite, with index shortcut, description (multicolumn if possible) and a pin button (or any custom button/control). Something like it seems at this image:
There is any easy way to do this? Any suggestion?
Ah, i have another question related to this. Its possible to add a Control directly, like a button tool or a label tool, or the only way is to make a Popup Control Container tool? That could be a solution for my problem, creating my own control for this.
Thanks in advance,
- David Balboa.
Unfortunately, this is not easy to accomplish and ControlContainerTools are not allowed in menus. One way to accomplish this would be to create a custom tool type. Inheriting from ButtonTool would probably give you the best starting point. The you would need to add in a ButtonUIElementBase-derived element (for the pin button) to your custom UI element for the tool. This custom element should probably inherit from ButtonToolUIElement. Here is a help article that can help with creating a custom tool type: http://help.infragistics.com/Help/NetAdvantage/NET/2008.1/CLR2.0/html/WinToolbarsManager_Custom_Tool_Types.html
Aside from that, I would recommend submitting a feature request to the support group: http://devcenter.infragistics.com/Protected/RequestFeature.aspx.
Thanks for the info. Seems not easy way, but ill try it next week. Also i submited a feature request about this like you said.