This commit is contained in:
NoryiE
2025-10-29 16:56:08 +00:00
parent 9a5b46138e
commit 00a9ce5632
26 changed files with 812 additions and 77 deletions

View File

@@ -42,7 +42,7 @@ Registers a callback for the select event
* `List` `self` The List instance
### Usage
```lua
```lua run
list:onSelect(function(index, item) print("Selected item:", index, item) end)
```
@@ -71,6 +71,6 @@ Scrolls to make a specific item visible
* `List` `self` The List instance
### Usage
```lua
```lua run
list:scrollToItem(5)
```