0

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? enter image description here

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 Answers1

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.

LW001
  • 2,452
  • 6
  • 27
  • 36
Eikey
  • 31
  • 5