]> Creatis software - crea.git/blobdiff - lib/creaDevManagerLib/wxCDMMainDescriptionPanel.cpp
Feature #1711 CreaDevManager application implementation
[crea.git] / lib / creaDevManagerLib / wxCDMMainDescriptionPanel.cpp
index d7f10aed26ef61fd6f3bebf402ecca8a7744247c..41daf68640a7484c386aba72f6255635b0e75b87 100644 (file)
@@ -74,6 +74,10 @@ bool wxCDMMainDescriptionPanel::Create(
 )
 {
   wxPanel::Create(parent, id, pos, size, style);
+  //to scroll
+  this->FitInside(); // ask the sizer about the needed size
+  this->SetScrollRate(5, 5);
+
   CreateControls();
   return TRUE;
 }