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.

Empfohlene Antworten

Veröffentlicht

Hi Leute,

ich hab folgendes Problem:

Ich möchte beim Tabfocus eines Accordionitems den Hintergrund ändern bzw highlighten, damit der Anwender weiß, wo er sich gerade befindet.

Projektart: Silverlight

Habe schon eine Weile geschaut aber nichts gefunden.

Hat jemant von euch eine Idee? Wäre echt lieb wenn mir einer von euch weiterhelfen könnte :)

BTW ich benutze das Accordionitem aus dem Silverlight Toolkit

Grüße und vielen Dank im vorraus! :)

In WPF würde ich es wie folgt machen, ich weiß aber nicht, ob dies vielleicht in Silverlight auch so geht.


<Style x:Key="StyleTextBox" TargetType="TextBox">

            <Trigger Property="IsFocused" Value="true">

                <Setter Property="Background"  Value="LightYellow"  />

            </Trigger>

</Style>

Dann im Page- XAML

<TextBox Style="{StaticResource ResourceKey=StyleTextBox}">

 </TextBox>

Probiers mal aus !

Gruß Hans-Jörg

  • 2 Wochen später...

Vielen ielen Dank schonma :) Werds sofort ausprobieren :)

Sooooooooo.... hab bisschen rumprobiert und bin da drauf gestoßen ... triggers are not supported in Silverlight :( naja egal :)

Trotzdem vielen vielen Dank für deine Mühe werd mal noch bisschen dran verzeifeln :)

Erstelle ein Konto oder melde dich an, um einen Kommentar zu schreiben.

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.