J javiers Active Member Licensed User Longtime User Apr 17, 2025 #1 The image in the right-hand splitPane can be moved. However, when you move the divider, the image returns to its initial position, not maintaining its previous position. Attachments Prueba.zip 5.5 KB · Views: 43 Last edited: Apr 17, 2025
The image in the right-hand splitPane can be moved. However, when you move the divider, the image returns to its initial position, not maintaining its previous position.
teddybear Well-Known Member Licensed User Apr 17, 2025 #2 You need to add resize event for the right pane to handle the image postion. Attachments Prueba.zip 5.6 KB · Views: 49 Last edited: Apr 17, 2025 Upvote 0
J javiers Active Member Licensed User Longtime User Apr 17, 2025 #3 teddybear said: You need to add resize event of the right pane to handle the image postion. Click to expand... Thanks for the solution! It works perfectly! Upvote 0
teddybear said: You need to add resize event of the right pane to handle the image postion. Click to expand... Thanks for the solution! It works perfectly!