| Query 1: There doesn't seem to be any way to set bottom & left, with top & right being "None" | We have prepared a sample as per your requirement. In this sample, we have changed the Border of Entry control only shown Left and Bottom side only. Please download the sample from the below location. Sample: https://www.syncfusion.com/downloads/support/directtrac/general/ze/Tab_DataForms-737059019.zip |
| Query 2: I have not yet found a way to make the vertical height of each control in the SfDataForm less than fixed value. Even if you reduce the font size, its just smaller fonts in same-size layout. HeightRequest seems to be ignored. | We do not have direct support for Changing DataFormItem height(Row height) in SfDataForm. Instead of, you can change the row height by setting RowSpan property in DisplayOptions attribute. Please refer the below UG link. |
| Query 1: The iOS part (which I am primarily using) custom renderer does not seem to implement only the left & bottom borders as described | We have prepared a sample as per your requirement. In the sample, we have shown Entry control with left and Bottom border in DataFormEditor. (All Cross Platforms). Please refer the below example Xamarin.Forms.iOS
| |
| Query 2: Yes, I'm aware of the RowSpan functionality. Not really what I'm after, but relevant. | As of now we do not have support for Changing DataFormItem height(Row height) in SfDataForm. Also, we do not have any customization option for changing height in SfDataForm. So you can change the row height by setting RowSpan property in DisplayOptions attribute only |