Added A scrollbar to data collection in case of large group sizes.
Here, describe what part of the application you changed (e.g. login page, database, etc.). If possible, mention what specific components were added, removed, or modified.
Added the scrollbar logic that is used in other pages to the Data Collection page
Why was it changed?
Bunched up with larger group sizes that would exceed the size of the frame, allows users to see all animals in large group size.
Here, describe the issue that you are fixing with this code, and why your code fixes it.
167
How was it changed?
No code was changed only added. Added the lines needed for CTkCanvas and scrollbar.
Screenshots that show the changes (if applicable):
Fixes #167
What was changed?
Added A scrollbar to data collection in case of large group sizes.
Here, describe what part of the application you changed (e.g. login page, database, etc.). If possible, mention what specific components were added, removed, or modified. Added the scrollbar logic that is used in other pages to the Data Collection page
Why was it changed? Bunched up with larger group sizes that would exceed the size of the frame, allows users to see all animals in large group size.
Here, describe the issue that you are fixing with this code, and why your code fixes it.
167
How was it changed?
No code was changed only added. Added the lines needed for CTkCanvas and scrollbar. Screenshots that show the changes (if applicable):