Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
roubachof authored Nov 18, 2020
1 parent e3aa9ac commit cc7b944
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,20 @@ public override bool FinishedLaunching(UIApplication app, NSDictionary options)

Namespace changed from `Sharpnado.Presentation.Forms.HorizontalListView` to `Sharpnado.HorizontalListView`.

`HorizontalListView`, like `MaterialFrame`, `Tabs` and `Shadows`, now uses the same xml namespace: http://sharpnado.com.

Because of how works xaml compilation, you need to add code in your `App.xaml.cs` referencing the sharpnado assembly:

```csharp
public App()
{
InitializeComponent();

Sharpnado.HorizontalListView.Initializer.Initialize(true, false);
...
}
```

## Presentation

* Horizontal, Grid, Carousel or Vertical layout
Expand Down

0 comments on commit cc7b944

Please sign in to comment.