MyGit

v1.3.0

roubachof/Sharpnado.Presentation.Forms

版本发布时间: 2019-09-24 23:14:11

roubachof/Sharpnado.Presentation.Forms最新发布版本:v1.7.1(2020-07-23 16:48:35)

Tabs Fixes and improvements

BREAKING CHANGE

TabItem needs now to be inside the Tabs property of the TabHostView:

<tabs:TabHostView x:Name="TabHost"
                    Grid.Row="2"
                    BackgroundColor="White"
                    SelectedIndex="{Binding Source={x:Reference Switcher}, Path=SelectedIndex, Mode=TwoWay}"
                    ShadowType="Top"
                    TabType="Fixed">
    <tabs:TabHostView.Tabs>
        <tabs:BottomTabItem Style="{StaticResource BottomTabStyle}"
                            IconImageSource="house_96.png"
                            Label="{localization:Translate Tabs_Home}" />
        <tabs:BottomTabItem Style="{StaticResource BottomTabStyle}"
                            IconImageSource="list_96.png"
                            Label="{localization:Translate Tabs_List}" />
    ...

[Feature] Enable Tab visibility toggle

https://github.com/roubachof/Sharpnado.Presentation.Forms/issues/47 Binding to IsVisible property of the TabItem wasn't working, should be fixed with this release.

HorizontalListView holiday fixes

List goes blank after reset event

https://github.com/roubachof/Sharpnado.Presentation.Forms/issues/81 This fix make it possible to bind the HorizontalListView to the DynamicData.Binding.ObservableCollectionExtended collection.

How to prevent a ListView from scrolling to the beginning at the ItemsSource update?

https://github.com/roubachof/Sharpnado.Presentation.Forms/issues/77 Will keep CurrentIndex after reloading the bound ItemsSource.

[Android] Can't set padding correctly

https://github.com/roubachof/Sharpnado.Presentation.Forms/issues/64 Weird little padding added on android removed.

[Android] DragAndDropEndedCommand called before the item is reordered in the collection

https://github.com/roubachof/Sharpnado.Presentation.Forms/issues/71

[Android] ObjectDisposedException thrown when adding or deleting items to/from ItemsSource

https://github.com/roubachof/Sharpnado.Presentation.Forms/issues/72 Added some guards to protect from adapter disposal.

[iOS] NullException at iOS.Effects.iOSViewStyleEffect.OnDetached

https://github.com/roubachof/Sharpnado.Presentation.Forms/issues/75

相关地址:原始地址 下载(tar) 下载(zip)

1、 Sharpnado.Forms.HorizontalListView.1.3.0.nupkg 266.77KB

2、 Sharpnado.Presentation.Forms.1.3.0.nupkg 378.97KB

查看:2019-09-24发行的版本