Esempio n. 1
0
 /// <summary>
 /// Layout the DetailList again and then refresh it.  Both steps are needed for some
 /// reason for Linux/Mono, and they won't hurt for Windows/.Net.
 /// </summary>
 protected void ForceLayoutAndRefresh()
 {
     _detailList.PerformLayout();
     _detailList.Refresh();
 }