when I delete the Listbox in the TableLayout cell, it has properties for ColumnSpan and RowSpan ... but when I go to the code and want to say "listBox1.RowSpan", there is no such property :( I want to do this because sometimes in my program I I want this list to accept one cell, and sometimes I want it to accept two cells. So how can I do this?
To programmatically change the RowSpan program, you must do the following:
tableLayoutPanel1.SetRowSpan(listBox1, 2);
And put the right number of lines where I put 2.
Source: https://habr.com/ru/post/1769142/More articles:https://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1769137/adding-custom-shoulda-matchers-to-testcase&usg=ALkJrhioFA6yJmasPlhu_GrkuDNIiS9WKwКак мой JAR может открыть себя как поток? - javabulk sql insert with extra column - c #How to pass a JSON object to FullCalendar from Django (by serializing the model)? - jsonCreating a random number - c #How to wrap rows in columns? - sql-server-2005How can I load a second degree entity relationship with a WCF data service? - wcf-data-services.ready () is launched after window.beforeunload - javascriptFind the number in the array that happened most times - c ++setActionName: method target for class NSUndoManager - cocoaAll Articles