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.
Hello RichSee,
I`m not familar with your scenario, so could you please provide us more details. Are you using CreationFilter to add these buttons or you are using other approach. Please try to gice us more details or small sample with your issue and I`ll be glad to reseacrh it for you.
Let me know if you have any questions.
Regards
Have you been able to resolve your issue ? Did you have a time to take a look at the attached sample. Let me know if you have any questions.
Regareds
I actually didnt see the sample until I came back to respond. I am using a creation filter that builds the button programmatically.
Does that clue help?
In the mean time I can check out the sample code. Please let me know if you need me to send any of my code. Thanks!
Please take a look at the attached sample where I`m using CreationFilter and let me know if you have any questions. If you think that I didn`t reproduce your scenario, please feel free to modify this sample and revert it back to me. I`ll be glad to research this issue for you.,
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
Hi,
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.
Hello Saroj,
My colleague Boris, already answer of this question at http://community.infragistics.com/forums/p/67847/350188.aspx#350188
Hello Georgi,thanks for your quick response.i'll see that video.i have one more question.Can you tell me is there any infragistic control for contextmenu. i need this control in my winform application.plz send me a sample for this .it is urgent ..
OK. In this case maybe you could used ShowPopup () method . Please take a look at the attached video for more details and let me know if you have any further questions.
again thanks for your reply.
I know i can use Mnemonic option. But i need here to use Alt+F for file.can i use or not here.if yes then how .plz reply.
thanks
If I understood your scenario, maybe you are looking for Mnemonic option. Could you please take a look at the attached video for more details and let me know if you have any questions.