Hello All,
Label is too high. I need to allign properly for the ComboBox. and ComboBox is also too away from Label (As mentioned in ScreenShot). Please help me Fix it.
Please find Attached code.
<mvc:View controllerName="Sapui5_cBox_label_allignment.controller.View1" xmlns:html="http://www.w3.org/1999/xhtml" xmlns:mvc="sap.ui.core.mvc" displayBlock="true" xmlns="sap.m" xmlns:l="sap.ui.layout"> <App> <pages> <Page title="{i18n>title}"> <content> <l:Grid defaultSpan="L3 M4 S6" class="sapUiSmallMarginTop"> <l:content> <Label text="Combo" textAlign="Right"></Label> <ComboBox > </ComboBox> </l:content> </l:Grid> </content> </Page> </pages> </App> </mvc:View>
Thanks and regards,
Urvish
Hi Urvish Vijay Panchal,
Can you just use simple forms instead. In that alignment is handled
https://sapui5.hana.ondemand.com/explored.html#/entity/sap.ui.layout.form.SimpleForm/samples
thanks
Viplove
You already have an active moderator alert for this content.
Hey,
It solved the Issue.
Thanks,
Add comment