ToolStripControlHost & MiniToolbar

Hi

Is it possible to add a ToolStripControlHost with a DateTimePicker embedded to the MiniToolbar. I am using:

ToolStripControlHost host = new ToolStripControlHost(myCalExpiryDate);
myCalExpiryDate.Dock = DockStyle.Fill;
host.Size = myCalExpiryDate.Size;
host.Visible = true;
myTspRowEditor.Items.Add(host);

to attempt add a DateTimePicker to my toolstrippanel (myTspRowEditor) but the control never gets displayed?

Thanks

1 Reply

DK Dhivya K Syncfusion Team January 18, 2010 12:57 PM UTC

Hi Jeff,

I am unable to reproduce the issue with DateTimePicker and ToolStripControlHost. Can you please modify the below sample and provide me with version details?

Sample:
Tools_WF_MiniToolBar.zip

Also, please create a Direct trac incident for further queries regarding this so that we can discuss on it in more detail.

Regards,
Dhivya.

Loader.
Up arrow icon