The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
Hi Clay,
After inherit the grid and add one more property, the grid is no longer visible in the degign mode. THoough I can still let the program run after moving some codes outside the windows generated region. I see your vb sample does not have this problem. Do I need to set any thing to let my own grid visible in design mode?
Thanks
Chris
ADAdministrator Syncfusion Team December 12, 2003 10:30 PM UTC
Make sure you build your project before you try to open a form with a derived control.
If you run into the problem, just close the form and rebuild All, and then try to open the form in the designer.
Another option is to create a Class Library project for your derived control. Then build it, and then add the derived control to your toolbox by browsing to the class library assembly.