Posted 16 April 2020, 8:44 am EST
if the first input in C1Input shows an error with red rectangle does not show correctly the top of a rectangle.
Forums Home / ComponentOne / WinForms Edition
Posted by: moridi on 16 April 2020, 8:44 am EST
Posted 16 April 2020, 8:44 am EST
if the first input in C1Input shows an error with red rectangle does not show correctly the top of a rectangle.
Posted 19 April 2020, 3:20 pm EST
Hello,
Could you please explain your query in little bit more detail Which Input control are you using in your application. Are you using the Validation to show error? If possible could you please share the stripped down sample and screenshot so that I can able to assist you accordingly.
Thanks,
Mohit
Posted 28 April 2020, 2:46 pm EST
Hi, It’s simple
Add c1InputPanel1,label1, text1 , label2, text2.
c1InputPanel1.RightToLeft=Yes
c1InputPanel1.FontSize=10 for sample
text1.ErrorText=“Something”
now you can see a red rectangle around the text but the top of this rectangle is narrow than other sides.
Posted 29 April 2020, 11:21 am EST
Hello,
Please set the Top padding of Text1 to avoid this issue.
Thanks,
Mohit