我在每個單元格中都有自動調整的2x2表格佈局和長自動大小的標籤。 此佈局位於其他表格佈局中,沒有自動調整大小的單元格。 最少的項目來重現問題: using System;
using System.Windows.Forms;
namespace TestForms {
static class Program {
[STAThread]
static vo
我想點擊我的tableLayoutPanel中最後一個單元格時出現問題。 當我運行一個程序,它看起來利卡這樣的: enter image description here 下一頁當我點擊我看到最後一個單元格,一切都很好: enter image description here 但是當我滾動TableLayoutPanel中的點擊在最後的最後單元格,它不標記最後一個單元格,但它在滾動TLP之前標記
我有一個顯示對象的用戶控件。此用戶控件由以下組成: - A main TableLayoutPanel with 2 rows to separate things in two parts
- A nested TableLayoutPanel containing a "header"
- A label for the name of the object
我創建了一個填充了Labels的4x4 TableLayoutPanel。我想更改BackColor的一個隨機Label在Button_Click。我不知道我該怎麼做。 這是我到目前爲止: public partial class Form1 : Form
{
Label[,] labelki = new Label[4, 4];
Random los = new Rando