Greetings,
we're using the RadDropDownButton in order to create menus. Our DropDownContent contains a menu with custom layout. However, customizing the drop down content itself doesn't seem possible.
DropDownContent has:
* A fixed background color (Light gray) and cannot be set to transparent
* A fixed DropDownShadow that is cut off when we try to shift position by using PopupPlacementTarget.
We would like to modify the DropDownShadow effect a bit to match the UI and add a shape, having an arrow pointing upward, outside the bounds of the DropDownContent.
If the background and DropDownShadow were removeable, we could just implement these features within the content itself. Is there a way to achieve this, currently?