Hi,my app has Infragistics WPF XamTextEditor controls. When I resize my app window (make it smaller), the controls lose the key board cursor in them. You can't tab into them, neither can you click into them. Even though, you can type into them and they are enabled.It happens to random controls and without any apprent error!Please help!!!My app is using WPF MVVM architecture.Anshuman
Hello Anshuman,
Thank you for your post. I have been looking into it and I created a sample project for you following your scenario and everything seems to work ok on my side. If the sample doesn’t satisfies all your needs feel free to modify it, so it reproduces your behavior and send it back to me for further investigation.
Looking forward for your reply.
Hi Stefan,Thanks for your reply. I saw your project. I'm intriuged by one aspect. Ur text box does not lose the font size. Mine does. As I make my app smaller, the text box reduces in size as well as the text size reduces. I'm using the ViewBox Style="Fill" feature.Any take on that?Cheers,Anshuman