Hello,
I am having trouble with two buttons I inserted in a WinGrid. I added the two buttons side by side and they show correctly when I run the program but if i scroll to the right to see more columns and then scroll back to the left, the buttons overlap.
I would like some help to resolve this. Please see the image below:
Thank you.
hi,
thanks for your quick reply.
i got your video.
but its not working for me. what i need is i have a top level menu like File and it have a dropdown menu .so when i use that shorucut for file the dropdown menu should be open .i have attached my screen,just go through it.plz can you send me a sample by using this.so i'll be greatful to you.
thanks in advance.
Hello Saroj,
I made a test with the top-level menu and I think that everything works properly. Could you please take a look at the attached video file and let me know if you think that I misunderstood your scenario or if you have any questions.
Regards
Hi,
thanks for quick reply.the code you hav given is working for drop-down menu items but it is not working for top-level menus.how can i use there.plz reply
One possible approach could be if you are using the shotcuts for the tools in our UltraToolbarManager where is used Shortcut enumerator, but there does not exist combination of ALT + F, so other possible approach could be if you are using for example:
ultraToolbarsManager1.Tools["ButtonTool5"].SharedProps.Shortcut = (Shortcut)(Keys.Alt | Keys.F);
Please let me know if you have any questions.
Hi ,
can you tell me how to give the keyboard shortcut for toolbarmanager for menu(for ex- i want to give alt+f for File menu).I need to use Alt key with Character
thanks in advance