I want to duplicating panel with same style of other panel depend on integer.
For example
Integer = 3
so I have the original panel and copy it three time with the same style using C#
I want to duplicating panel with same style of other panel depend on integer.
For example
Integer = 3
so I have the original panel and copy it three time with the same style using C#
Copyright © 2021 Jogjafile Inc.
You can clone control in WinForms using
PropertyInfo[].Here is a method to duplicate panel control:
Implementation:
Output: