xBimTeam / XbimWindowsUI

The home of XbimXplorer and WPF components for your desktop BIM applications.
Other
245 stars 149 forks source link

Select an Entity #209

Closed Abdallah-BIM closed 10 months ago

Abdallah-BIM commented 11 months ago

I have a desktop application that is using two 3DDrawingControl controls each an old version and a newer version to compare the two of them

I'm showing the data for the changed elements on a new WPF form to show the change data in a data grid I want to wire the data grid selection changed event to select the specified element on the drawing control

but that isn't working as expected

here's a picture showing the two drawing controls and the data grid form

WhatsApp Image 2023-08-21 at 19 30 21

WhatsApp Image 2023-08-21 at 19 30 51

Abdallah-BIM commented 10 months ago

Thanks, i figured out the solution, here is the updated code

image