or
Is it possible for the user NOT to enter a new row when hitting the Arrow down- key? I want the new row to be added only when hitting Enter.
Regards, Jill-Connie Lorentsen








Dim p1 As Integer = GetSetting("splWidth1", 100)Dim pnl As SplitPanel = SPL.SplitPanels(0)
pnl.SetBounds(pnl.Left, pnl.Top, p1, pnl.Height)
SplitPanel1.Size = New Point(p1, SplitPanel1.Height)
SplitPanel2.Width = GetSetting("splWidth2", 100)