Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
75
UserControl focus problem with 3rd-party control
posted

Hi,

 

I'm using XamDocManager to open usercontrol with floating type.

That usercontrol contains C1FlexGrid and user can edit cells, but if usercontrol is added to SplitPane with FloatingOnly option, user can't edit cells, because keyboard forcus event not work.

But, if that usercontrol is added to tabcontrol, it works well.

How can I solve this problem?

Thanks.