-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
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
Add/remove custom controls dynamically #128
Comments
To help with this, I have written a code as a work around that solves the issue. `
stores the elements to be removed if requested by user List<Element[]> elements = new ArrayList<>(); this method can be called many times to reset the buttons with new buttons.
` |
Another Workaround I did, However, seems when you hide then show the buttons, the buttons are stacked over one another. |
Released with version 2.2.0. |
Feature proposal
Currently there seems not possible to add and remove custom controls dynamically (taken from #127 (comment))
The text was updated successfully, but these errors were encountered: