Scrollbars in dropdownlist inside DataGrid itemEditor not working

前端 未结 2 639
遇见更好的自我
遇见更好的自我 2020-12-19 23:02

I have a DropDownList inside the itemEditor of my DataGrid. There are enough items in the DropDownList to justify scrollbars. You can see the scrollbars, and the mousewhee

2条回答
  •  南方客
    南方客 (楼主)
    2020-12-19 23:32

    I posted this to Adobe as a bug (SDK-27783, Flex SDK, Spark:DropDownList), which was just closed today. Alex Harui had a good workaround:

    Workaround is to change renderer as follows:

    
    

    I tested this and it solves my problem. Hopefully this will help others as well.

提交回复
热议问题