Hello
My source is :
Public ucTest As New UserControl
if (condition) then
PanelName.controls.remove(ucTest)
else
PanelName.Controls.Add(ucTest)
endif
In RunTime implementation <Add> and <Remove> takes a very long time
Hello
My source is :
Public ucTest As New UserControl
if (condition) then
PanelName.controls.remove(ucTest)
else
PanelName.Controls.Add(ucTest)
endif
In RunTime implementation <Add> and <Remove> takes a very long time