-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scroll View Container #1425
Comments
👋 Thanks for your submission! Unfortunately, all submitted extensions have to meet some minimal quality standard - the extension best practices - and our system has found that your extension does not fully comply 😔. You can find all of those rules on the GDevelop wiki. The following issues have been found by the system concerning the respect of those best practices by your extension:
Please update your original submission post with a new zip file containing your extensions updated to follow those guidelines 🙏 |
Description
Features:
Usage examples:
How to use the extension
User Guide for the Scroll View Extension
Position the object in the scene:
Start by placing the scroll view object in the scene, then adjust its size as needed. This area will define the visible space for the scrollable content.
Note: The edges of the scroll view object are considered the scroll limits. Make sure to position your content accordingly so it displays correctly within this area.
Add content to the scrollable area:
Position the elements (text, images, etc.) you want to scroll within the scrollable area. Arrange them in the order or layout that suits your design.
Note: If you want to include multiple different objects as the scroll view content, create an object group and use that group as the content. This will help avoid scrolling issues at the boundaries.
Enable scrolling:
Use the "Adding Content" action to integrate the content into the scroll view. This action will allow the content to scroll correctly within the defined area.
Customize parameters:
You can adjust the scroll view object’s settings as desired, including scroll sensitivity, scroll direction (horizontal or vertical), and other options to enhance the user experience.
Modify textures of child elements:
The extension also allows you to customize the appearance of child elements by changing their textures, creating a unique visual style.
Preveiw
2024-10-30.10-59-52.mp4
Checklist
What tier of review do you aim for your extension?
Reviewed
Example file
ScrollViewExemple.zip
Extension file
ScrollViewContainer.json.zip
The text was updated successfully, but these errors were encountered: