K
kuchuk
Hi,
I have a panel in my project (C# .NET 2003).
I have multiple radio buttons placed in it.
When I press UP Arrow key, The focus in the screen moves one radio
button DOWN. ofcourse if I press DOWN Arrow key the focus in the screen
will move one radio button UP. I guess this is because of the way the
radio button controls are arranged in the panel control collection.
Could anyone suggest a way to override this behaviour in a way that
when pressing UP Arrow key the focus in the screen will move one radio
button UP and so on...
TIA
Kuchuk
I have a panel in my project (C# .NET 2003).
I have multiple radio buttons placed in it.
When I press UP Arrow key, The focus in the screen moves one radio
button DOWN. ofcourse if I press DOWN Arrow key the focus in the screen
will move one radio button UP. I guess this is because of the way the
radio button controls are arranged in the panel control collection.
Could anyone suggest a way to override this behaviour in a way that
when pressing UP Arrow key the focus in the screen will move one radio
button UP and so on...
TIA
Kuchuk