How Can I set height of Combobox To appropriate
Cell height of msflexgrid height
Printable View
How Can I set height of Combobox To appropriate
Cell height of msflexgrid height
If u want a combo box having a dynamic height, u can use the Combo box of Microsoft Forms 2.0 Object Library.
Good Luck
Srinika
Thanx For sending reply
But it is not useful it is older version
I want regular combox to suit cell of msflexgrid
Combo1.Left = MSFlexGrid1.CellLeft + MSFlexGrid1.Left
Combo1.Top = MSFlexGrid1.CellTop + MSFlexGrid1.Top
Combo1.Width = MSFlexGrid1.CellWidth
Iouri Boutchkine
[email protected]