]> Creatis software - crea.git/blobdiff - lib/creaDevManagerLib/wxCDMFolderDescriptionPanel.cpp
Feature #1711 CreaDevManager application implementation
[crea.git] / lib / creaDevManagerLib / wxCDMFolderDescriptionPanel.cpp
index 7acc023142a9a9f95da5fc01ebf7f7e53b08fb4b..7f95533059e6dc0f3d4d49cb191b552851b85d8d 100644 (file)
@@ -76,6 +76,10 @@ bool wxCDMFolderDescriptionPanel::Create(
 )
 {
   wxPanel::Create(parent, id, pos, size, style);
+  // this part makes the scrollbars show up
+  this->FitInside(); // ask the sizer about the needed size
+  this->SetScrollRate(5, 5);
+
   this->folder = folder;
   CreateControls();
   return TRUE;