Hello,
I've created a usercontrol which inherits form then ultracalandarcombo control. The problem I'm having is the today button on the calander dropdrop is being duplicated (seems like everytime i open mt text form it creates a new button.. When I first create the control the InitializeComponent() method contains 1 line of code.
components = new System.ComponentModel.Container();
As I continue to on other controls the code gets changed by the designer to
{
((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
//
// GTSDatePicker
((System.ComponentModel.ISupportInitialize)(this)).EndInit();
}
Is there a way to make this stop happening? Maybe I'm doing something wrong....
John
Hello John,
I tried this and was not able to reproduce the mentioned behavior so I attached my sample to this post. Please review it and feel free to let me know if I misunderstood you or if you have any other questions.