diff --git a/ivette/src/renderer/Properties.js b/ivette/src/renderer/Properties.js
index 5b5ce8c0dcc44127fa8b84f6e6cbf010a09ddc47..3eb8dec2966e84f83bad3f4c2ff83d5d2759f033 100644
--- a/ivette/src/renderer/Properties.js
+++ b/ivette/src/renderer/Properties.js
@@ -49,7 +49,7 @@ const RenderTable = () => {
       <Table model={model}
              selection={selection}
              onSelection={onSelection}
-             scrollTo={selection}
+             scrollToItem={selection}
              >
         <ColumnCode id='function' label='Function' width={120} />
         <ColumnCode id='descr' label='Description' fill />