Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

XAML: Style abhängig von Binding-Property setzen

Empfohlene Antworten

Veröffentlicht

Hallo ihr,

ich möchte den Style eines TabItem gern abhängig von einer Bool-Variable im ViewModel ändern. Wie macht man denn sowas am besten?

So hier habe ich das probiert, aber das funktioniert so nicht.


<TabItem Header="Fail" Height="50" Margin="-2,70,-5,-70" Name="tabItem140" Width="100">
<TabItem.Triggers>
<DataTrigger Binding="IsError" Value="True">
<Setter Property="Style" Value="{StaticResource STYLE_ERROR}"></Setter>
</DataTrigger>
<DataTrigger Binding="IsError" Value="False">
<Setter Property="Style" Value="{StaticResource STYLE_NORMAL}"></Setter>
</DataTrigger>
</TabItem.Triggers>
</TabItem>
[/PHP]

Danke

Archiv

Dieses Thema wurde archiviert und kann nicht mehr beantwortet werden.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.