You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
First of all great work! I had a look at the show case app it was awesome. As I prefer MVVM with WPF I thought I would write a MVVM sample which is attached here. MVVMGraphX.zip
I have managed to show and move vertices but the text for vertices is not showing up correctly.
Am I missing something?
Also my intention is to display complex data using data templates and be able to edit the vertices in place. Is it possible?
Thanks,
Pankaj
The text was updated successfully, but these errors were encountered:
quasar-pankaj
changed the title
Nothing is showing up when I create a graph
Vertices text is not showing up correctly
Jul 17, 2019
Thanks for the prompt reply. I must apologize as I edited the comment above. There is just one more thing I wanted to ask. I have had to use ToString() override to show the text which makes the vertex read only. I am trying to use data templates to make the vertices editable. In the code below have commented out the data template to build the code. Any other method to do so is also welcome. MVVMGraphX.zip
panthernet
changed the title
Vertices text is not showing up correctly
[MVVM] Vertices text is not showing up correctly
Apr 20, 2020
Hello,
First of all great work! I had a look at the show case app it was awesome. As I prefer MVVM with WPF I thought I would write a MVVM sample which is attached here.
MVVMGraphX.zip
I have managed to show and move vertices but the text for vertices is not showing up correctly.
Am I missing something?
Also my intention is to display complex data using data templates and be able to edit the vertices in place. Is it possible?
Thanks,
Pankaj
The text was updated successfully, but these errors were encountered: