I’m working with Winforms in .NET 8.0. I’ve created a number of user controls which work well in every way, except for the tab index.
I’ve tried setting the tab index at the form level and then at the child level. Nothing seems to work.
Here’s an out line of two of my user controls
1.
--UserControl --
colors and bla
*Label* text *Label
--UserControl --
--UserControl--
colors
*Label* text *label* *dropdown*options*dropdown*
--UserControl--
I’ve tried setting the tab index of the user control and iterating through the child controls to set that. Nothing. The tab buttons doesn’t do anything from what I can tell and the enter button the same.
Thanks for whatever help you can give me.
1