Hi!
RadzenAccordion.
how to manage with intervals? or height?
By default they're huge.
How to manage intervals correctly????
Maybe you need to create additional settings?
minimum interval, normal interval?
Zeroing (margin, padding AND set height) doesn't help completely
korchev
2
Hi @Andrey_Ya,
I tested a similar case in our sample application and it looked like this with the Material theme
This vertical spacing between checkbox items is the default one from the theme. You can change it like this:
<RadzenCheckBoxList style="--rz-checkbox-margin: 6px" ...>
You can also change the content padding of the accordion items (the top and bottom space).
<RadzenAccordion style="--rz-accordion-content-padding: 6px" ...>
While testing this I discovered a problem that would prevent it from working now but will be fixed with the next release.
With all those changes it should look like this: