예제 #1
0
 void OnFloatingPreviewHeightChanged(object sender, EventArgs e)
 {
     if (DockControl != null)
     {
         Height = DockManager.GetFloatingPreviewHeight(DockControl);
     }
 }