I am hosting a DataGrid inside an Excel TaskPane using VSTO. One of my DataGrid columns is using the DataGridColorColumn. Unfortunately, there is a well-know but where drop down and context menus that extend outside of the bounds of a TaskPane will have their clicks swallowed. That is, only the portion of the dropdown rendered over the main control is actually interactive.
The workaround for this is normally to orient your dropdowns so that they always render over the parent control. How can I do this with DataGridColorColumn? It seems to prefer lining up with the left-hand side of the column by default. I need to force it to the left.
Thanks,
-Scott
The workaround for this is normally to orient your dropdowns so that they always render over the parent control. How can I do this with DataGridColorColumn? It seems to prefer lining up with the left-hand side of the column by default. I need to force it to the left.
Thanks,
-Scott