Umbrella

Results 7 comments of Umbrella

![1](https://github.com/user-attachments/assets/e6e78aed-84f8-4840-a580-d5e3ad876070) ![2](https://github.com/user-attachments/assets/763b0762-dfb3-4424-b20d-655715a42e3a) @v-ein Thank you for your response. These two images illustrate the functionality I am trying to achieve. Specifically, it can be found in: dpg.show_imgui_demo() --> Tables & Columns...

@v-ein Thank you so much for your detailed explanation and the workaround you provided! Your method is ingenious and exactly what I needed. This was a huge help to me....

> > Is there a multi-viewport feature in Dear PyGui? I'm currently facing the issue of having too many child windows, and I hope the child windows can have independent...

> For drop callback to work, `payload_type` need to be specified the same. > > Even droppable, you can accept/discard data depend on your `user_data`. > `user_data` of drag/drop callback,...

> Yes, judge `user_data`; item's `type`, `info`, `configuration`, `state` ... in those callbacks might be the only way. OK, I see, thank you very much for your reply