F fuxin198311 Unregistered / Unconfirmed GUEST, unregistred user! 2007-07-18 #1 如何在TStringGrid中的插入TCombobox框、TListBox框、TRadionButton,并且可以对每一列进行SORT,对显示的字进行ALignment. 谢谢各侠位。
A abigfish Unregistered / Unconfirmed GUEST, unregistred user! 2007-07-18 #2 var rect: TRect; begin rect := CellRect(1, Row); // .DisplayRect(drBounds); ComboBox1.Top := rect.Top + Top; //+21; ComboBox1.Left := rect.Left + left; //+30 ; ComboBox1.Width := rect.Right - rect.Left; ComboBox1.Visible := true; end; combobox1可以先创建,或动态创建,这帖是没分的,算扶贫吧,但楼主也不要太过份了,进来问了更多的问题,不想花钱就查离线数据
var rect: TRect; begin rect := CellRect(1, Row); // .DisplayRect(drBounds); ComboBox1.Top := rect.Top + Top; //+21; ComboBox1.Left := rect.Left + left; //+30 ; ComboBox1.Width := rect.Right - rect.Left; ComboBox1.Visible := true; end; combobox1可以先创建,或动态创建,这帖是没分的,算扶贫吧,但楼主也不要太过份了,进来问了更多的问题,不想花钱就查离线数据
地 地质灾害 Unregistered / Unconfirmed GUEST, unregistred user! 2007-07-19 #3 TAdvStringGrid,TcxGrid都可以很方便的做到。lz自己去找,前者在TMS控件包中,后者在DevExpress控件包中。