Skip to content

Releases: roubachof/Sharpnado.Tabs

Fix for styling Tabs

29 Oct 11:24
Compare
Choose a tag to compare

Delayed/Loading views custom loading view

24 Oct 10:13
Compare
Choose a tag to compare

Tabs target .net8 / .net9 ready

18 Oct 14:36
Compare
Choose a tag to compare

Fixes bad iOS arch, add net6 target

03 Jan 08:29
Compare
Choose a tag to compare

Sharpnado.Tabs for MAUI

04 Oct 13:14
63cc0e2
Compare
Choose a tag to compare

New nuget package Sharpnado.Tabs.Maui adding the new DelayedView feature

Material Tabs and Geometry (SVG) icon

04 Oct 09:48
Compare
Choose a tag to compare

Contributor: @mkanyo (Miklos Kanyo)

Since version 2.2, a new type of tab has been introduced: the MaterialUnderlinedTabItem.
It's a full implementation of the material tabs specifications:

https://material.io/components/tabs

material tabs

IconOptions values:

  1. TopIcon
  2. IconOnly
  3. LeadingIcon
  4. TextOnly

You can also set precisely the gap between the icon and the text thanks to the IconTextSpacing.

Instead of using a classic Image you can also set a svg Geometry icon thanks to the GeometryIcon property.

If you chose to go down this road you can also set the following properties:

  • public bool Fill
  • public double StrokeThickness
  • public double IconTextSpacing

Vertical Tabs !

09 Feb 13:26
Compare
Choose a tag to compare

Vertical Tabs

  • Fix #1 thanks to the PR from @nor0x. Just set Orientation="Vertical"

Vertical Tabs

Fix

  • #20 #8 bad icon or text color when dynamically changing colors

Fix SegmentedTabItem spacing

03 Nov 12:20
Compare
Choose a tag to compare

Fix for issue problem with SegmentedTabItem #7.

Tabs 2.0 includes BadgeView and Bindable tabs!

29 Oct 11:35
Compare
Choose a tag to compare

What's new

  • Badge on tabs
  • Bindable tabs
  • UWP supports

fixes #2 #3 #4

What's old

  • Fully customizable
  • Underlined tabs, bottom tabs, Segmented control, scrollable tabs
  • Component oriented architecture
  • Layout your tabs and ViewSwitcher as you want
  • Shadows included in TabHost