yhuse/SunnyUI

UIDataGridView 能否支持单元格绑定 UIComboBox

rtb4 opened this issue · 1 comments

rtb4 commented

如题,我尝试绑定UIComboBox 发现是不支持的

UIComboBox column = new UIComboBox();

uiDataGridView.Columns.Add(column);

与原生的DataGridView用法一致