我的TabPage覆蓋了TabControl的控件,因爲它的寬度太大。我需要減少它的寬度或將它放在右邊。 (如在該畫面所示,實際TabPage覆蓋所述按鈕的左邊)。 這是我的自定義TabControl類。 using System;
using System.ComponentModel;
using System.Drawing;
using System.Drawing.Drawing2
我在標籤頁中有2個列表視圖。然而,我要尋找一個函數的名字找到正確的控制: 我 foreach (Control c in form.Controls) // loop through form controls
{
if (c is TabControl)
{
TabControl f = (TabControl)c;
foreach (Contro