xamarin/Xamarin.Forms
LineBreakMode.HeadTruncation and MiddleTruncation both do tail truncation
開放
#5,284 建立於 2019年2月16日
e/5 :clock5:help wantedinactivep/UWPt/bug :bug:up-for-grabs
倉庫指標
- 星標
- (5,644 顆星)
- PR 合併指標
- (PR 指標待抓取)
描述
Description
Please see old Bugzilla page,
https://bugzilla.xamarin.com/show_bug.cgi?id=42824
Steps to Reproduce
- Create vertically orientated stackpanel with 3 labels
- Enter text that is longer that width of screen
- Try different LineBreakModes
Expected Behavior
LineBreakModes are applied correctly on all platforms.
Actual Behavior
LineBreakModes do not work as expected on UWP, only TailTruncation is displayed.
Basic Information
This is an old issue that was logged in Bugzilla and potentially got lost in the merge as it was confirmed in 2016.