1

I want to write a program in xamarin c#.net by Visual Studio 2017 So I new a xamarin project and when I want to drag and drop controls into xaml form but I noticed that there is no control in toolbox panel. How to solve this?

1 Answers1

2

Yes, it is the case just as you said: before the preview gets focused, the Toolbox is empty as follows

enter image description here

But you can try the following steps to make it display:

1 To make the preview focused, you can simply click it.

enter image description here

2 When the preview get focused, the Toolbox will display.

enter image description here

Hope it can help you.

AbbyWang - MSFT
  • 650
  • 4
  • 6