I drag a timer control to a form in a Windows Forms project in Visual Studio 2022. The control exists, I see it in the Properties window, but not in the pane below the graphical editor.
What could be the problem?

            Asked
            
        
        
            Active
            
        
            Viewed 41 times
        
    0
            
            
        
        Eikey
        
- 31
 - 5
 
- 
                    You don't see it because it's not an actual timer but a timer control. – aybe Aug 03 '23 at 09:45
 - 
                    I Know that, but it's should be seen in The Pane under the Graphic Designer. – Eikey Aug 03 '23 at 09:54
 - 
                    See this, it's only for non-visual components: https://stackoverflow.com/a/31679270/361899 – aybe Aug 03 '23 at 09:56
 - 
                    It's a Component not a Control. In the components Window, right click -> Line Up Icons. Still can't see them? Close the designer, clean and rebuild, open the designer. – dr.null Aug 03 '23 at 10:10
 - 
                    Normally the non-visual component is visible only in pane under the Graphic Designer, not in the form itself. The issue is that he is invisible in that pane. – Eikey Aug 03 '23 at 10:11
 
1 Answers
1
            
            
        dr.null solved the issue in a comment:
It's a Component not a Control. In the components Window, right click -> Line Up Icons. Still can't see them? Close the designer, clean and rebuild, open the designer.