This is a migrated thread and some comments may be shown as answers.

Bottom Border in IOS

1 Answer 179 Views
Entry
This is a migrated thread and some comments may be shown as answers.
Software
Top achievements
Rank 1
Software asked on 05 Mar 2019, 08:12 PM

Hi there, If I want to show my IOS entry box like Android entry box (no top, no left, no right border, except the bottom one). Is it possible to do so using RadEntry?

I tried with BorderThickness="0", but hides bottom border also

1 Answer, 1 is accepted

Sort by
0
Lance | Manager Technical Support
Telerik team
answered on 05 Mar 2019, 09:12 PM
Hi Tahmina,

Try the BorderStyle approach instead, this will give you control over those border elements

Here's an inline example that only has a border line on the bottom.

<telerikInput:RadEntry>
    <telerikInput:RadEntry.BorderStyle>
        <telerikInput:BorderStyle BorderThickness="0,0,0,2" BorderColor="Black" />
    </telerikInput:RadEntry.BorderStyle>
</telerikInput:RadEntry>


Regards,
Lance | Technical Support Engineer, Principal
Progress Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Entry
Asked by
Software
Top achievements
Rank 1
Answers by
Lance | Manager Technical Support
Telerik team
Share this question
or