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
Is your feature request related to a problem? Please describe.
This is a Documentation enhancement request, but I can only create a Issue type Feature Request
When using a horizontal Field with a Check component as FieldBody the checkbox is not centered horizontally but slightly upwards in comparison to the FieldLabel.
Describe the solution you'd like
Either under Check or under Field in the documentation it should be mentioned that this behavior can be mitigated with putting Margin="Margin.IsAuto" on the FieldBody.
This only happens to the Check component to my knowledge, and as the other components behaved "normal" aka horizontally centered, I think it is worth mentioning it in the docu.
The text was updated successfully, but these errors were encountered:
It's because the check doesn't have the same height by default as other inputs do. Yeah, you can add it to the docs. Just make sure you're working on/from the right branch. You can make it on rel-1.0.0.
* add missing PageSizeChanged EventHandler in DataGrid attributes list
* add description and example for horizontal Field with Check component (#3775)
* Recompile field example
* Formating
* Rephrase the example
Co-authored-by: Mladen Macanovic <mladen.macanovic@gmail.com>
Is your feature request related to a problem? Please describe.
This is a Documentation enhancement request, but I can only create a Issue type Feature Request
When using a horizontal Field with a Check component as FieldBody the checkbox is not centered horizontally but slightly upwards in comparison to the FieldLabel.
To Reproduce
Steps to reproduce the behavior:
Use following code on a page
Describe the solution you'd like
Either under Check or under Field in the documentation it should be mentioned that this behavior can be mitigated with putting Margin="Margin.IsAuto" on the FieldBody.
Like this
Additional context
This only happens to the Check component to my knowledge, and as the other components behaved "normal" aka horizontally centered, I think it is worth mentioning it in the docu.
The text was updated successfully, but these errors were encountered: