Flex中怎样把焦点固定在DataGrid的特定一行上_百度知道
最佳答案: 使用scrollToIndex() public function scrollToIndex(index:int):Boolean Ensures that the data provider item at the given index is visible. If the ...
flex datagrid 可编辑列获取焦点问题_百度知道
最佳答案: <mx:ComboBox dataProvider="{arr}" change="change()" labelField="cobName"/> <mx:TextInput id="txt"/> /**combobox选择完后触发change事件,...更多关于Flex中怎样把焦点固定在DataGrid的特定一行上的问