I want my dropdown to be the same width as the column, currently the width appears to be defined by the length of the text. Currently my GGC is bound to a DataTable where the columns that have dropdowns are Enums. How do I do this?
As an aside, I have other custom controls that I can change the width by updating the DropDownContainer.Size within DropDownContainerShowingDropDown method, but I'd rather not make new custom controls just to stretch width. (so I guess I'm looking for some sort of auto size property).