-
For my desired layout I would like a collapsing_header element to contain a variable amount of text items (function add_text) that have the (approximate) look and feel of web hyperlinks. For that, I would like to render the text underlined and add an item callback to refresh another part of the UI when clicking these text items. So far I struggle to achieve both:
Is it somehow possible to get interactive, link-like text items, as described? Or do I need to revert back to just using buttons because of lacking alternatives? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
There is an example in the demo. Line 16 in ca4db4f |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
There is an example in the demo.
DearPyGui/dearpygui/demo.py
Line 16 in ca4db4f