/// <summary> /// This function initializes model and user controls for this controller. /// </summary> /// <param name="label">The label of the strip.</param> protected virtual void InitModelUserControl(string label) { mModel = new StripModel(label); mUserControl = new StripUserControl(this); }
public void AddStripUserControl(StripUserControl strip) { layoutPanel.Controls.Add(strip); ContentsSizeChanged(); }