Is there any menus that can be strategically placed on a form? That is in the middle of the form or anywhere I choose other than the top of the form? Any help will be greatly appreciated.
Thanks,
Tomson.
Printable View
Is there any menus that can be strategically placed on a form? That is in the middle of the form or anywhere I choose other than the top of the form? Any help will be greatly appreciated.
Thanks,
Tomson.
Try the Toolbar control and if you don't want to use Icons it will display text in a similar way that the menuitem control does.
Thank you. I will try it and let you know if it resolved my issue.
Thanks
Tomson
Okay, not exactly what I was looking for. Here is my delima. I like the cascading effects of the menus when you hover over the itmes and/or select the items. And I like the look and feel of menus, raised, sunken etc., I would use a list view to allow for cascading via child items, but they don't have the above mentioned features. Is there something else that will give me what I am looking for?
Or is there a way to do this with toolbars that I am just not familiar with?
Thanks,
Tomson
A Toolbar is about the closest thing and it can do some of that but not all. You can attach Menus to the ToolbarButtons by setting its style to DropDownButton. It is similar but far from the same. I think you'd need to design your own or fake it if you want the full effect.