or

Hi,
I have questions regarding..
I appreciate your help.
Thanks!
this.radGridView1.MasterGridViewTemplate.AllowAddNewRow = false; this.radGridView1.MasterGridViewTemplate.AllowColumnReorder = false; this.radGridView1.MasterGridViewTemplate.AutoSizeColumnsMode = Telerik.WinControls.UI.GridViewAutoSizeColumnsMode.Fill; gridViewTextBoxColumn1.AllowResize = false; gridViewTextBoxColumn1.AllowSort = false; gridViewTextBoxColumn1.FieldName = "Ordernumber"; gridViewTextBoxColumn1.HeaderText = "Ordernumber"; gridViewTextBoxColumn1.UniqueName = "OrdernumberColumn"; gridViewTextBoxColumn2.AllowResize = false; gridViewTextBoxColumn2.FieldName = "OrderProduct"; gridViewTextBoxColumn2.HeaderText = "Product"; gridViewTextBoxColumn2.UniqueName = "OrderProductColumn"; this.radGridView1.MasterGridViewTemplate.Columns.Add(gridViewTextBoxColumn1); this.radGridView1.MasterGridViewTemplate.Columns.Add(gridViewTextBoxColumn2); this.radGridView1.MasterGridViewTemplate.EnableGrouping = false; this.radGridView1.Name = "radGridView1"; this.radGridView1.Padding = new System.Windows.Forms.Padding(0, 0, 0, 1); this.radGridView1.ReadOnly = true;Hello everybody
I'm sorry if this question was discussed somewhere and I ask it again but rush search didn't give suitable solution.
My aim is to resize two controls according to the size changes that user does. I mean user enhanced width form 200 to 300 and 2 controls get +50 pixels to width.
SplitContainer does exactly what I want but is there any ability to forbid SplitConteiner resizing using arrows (or borders between splitPanels?) I need SplitContainer be invisible on the form and the only thing that can it do - resize inner content when user resizes the form.
Thanks, sorry about my poor english.
