mirror of
https://github.com/Insality/druid.git
synced 2025-09-27 18:12:19 +02:00
Add disabled add/remove nodes example
This commit is contained in:
@@ -24,6 +24,7 @@ function init(self)
|
||||
|
||||
local scroll_simple = self.druid:new_scroll("data_list_simple", "data_list_simple_content")
|
||||
:set_vertical_scroll(false)
|
||||
|
||||
--- The 999999 number in row - is kind of hack for single line static grid
|
||||
local grid_simple = self.druid:new_static_grid("data_list_simple_content", "prefab_square", 999999)
|
||||
|
||||
|
Reference in New Issue
Block a user