Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
912
Making a dropdown bigger
posted

I'm using a "Dropdowneditorbutton" to drop down a panel that contains some controls for the user to pick records.  The dropdown button is in a datagrid cell, and everything works ok, but the customer is asking that the panel that is "dropped down" be bigger and I can't figure out how to make it happen, as the edge of the dropdown is aligned against the datagrid cell doing the dropdown.  Here is the line of code used:

CType(CType(MyDataGrid.ActiveCell.EditorResolved, EditorWithText).ButtonsRight(0), UltraWinEditors.DropDownEditorButton).DropDown()

I have buttons in the panel to close the dropdown, so I really don't need to see the datagrid cell when the dropdown is visible.  So, is there any way to force the dropdown to a different location and a different size such that it may cover the cell that it is dropped from?

Parents Reply Children