We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Each Node carries some data, and the data is used to generate the view.
How can I update the data and let the view reflect that (i.e. re-draw that particular node [and maybe its edges])?
The text was updated successfully, but these errors were encountered:
At the moment there is no possibility to update the graphview without a complete redraw.
Sorry, something went wrong.
Hmm, so creating a custom adapter also won't help?
You can call GraphAdapter.notifyInvalidated() to request a complete redraw. There are other notify* methods, but they all do the same for now.
No branches or pull requests
Each Node carries some data, and the data is used to generate the view.
How can I update the data and let the view reflect that (i.e. re-draw that particular node [and maybe its edges])?
The text was updated successfully, but these errors were encountered: