h5rdly
Results
22
comments of
h5rdly
Much obliged, using `num_items` makes the listbox fan out height-wise. Could you perhaps advise - trying to add navigation using the up and down arrow. I got - ```python import...
Again, much obliged! Managed to make up / down work based on your example - ```python import dearpygui.dearpygui as dpg dpg.create_context() dpg.set_global_font_scale(3) screen_width, screen_height = get_screen_resolution() # Omitted for brevity...