Hi,
I have an annoying bug when adding a TableLayoutPanel to a ControlContainerTool at runtime and was wondering if anyone can help?. This is my code:
TableLayoutPanel pnlSearch = new TableLayoutPanel();
string searchParamsContainerKey = GroupName;
ControlContainerTool cntrlSearch = new ControlContainerTool(searchParamsContainerKey);
cntrlSearch.Control = pnlSearch;
pnlSearch.Parent = null;
Form.ribbonToolbarManager.Tools.Add(cntrlSearch);
ribbonGroup.Tools.AddTool(searchParamsContainerKey);
The flickering looks like the tablelayoutpanel is painted in the top left corner of the screen before placing itself into the ControlContainerTool, what am i doing wrong?
Any Help Appreciated!
Thanks
Carl.
Hello Carl.
After running the sample with the latest builds of 2009 volume 2, our developers were not able to reproduce the flicker. Could you try this out with the latest service release and let us know if you still have the issue?
Hi
I have logged this behaviour with our developers in our tracking system, with an issue ID of 34727. This development issue will be assigned to a developer to research for a fix, workaround, or other resolution. If some other resolution is reached, I will contact you with this information.
I hope this helps. Please let me know if you need further assistance on this issue.
It looks like the UltraToolbarsManager is showing the control before getting it into the correct position. This could be a bug. I have forwarded this post to the Developer Support Manager and a DS engineer will be contacting you about this issue.