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.

Tab-Reiter ausblenden

Empfohlene Antworten

Veröffentlicht

hallo leute,

weiß jemand wie ich bei einem TabControl einzellne Tab-Reiter aus-und einblende? die visible-eigenschaft des TabPabes bringts irgendwie nicht.

danke

lg

jasso

ungetestet, bitte mal testen:

Zum Ausblenden der Registerkarte müssen Sie das TabPage-Steuerelement aus der TabControl.TabPages-Auflistung entfernen.

s'Amstel

du musst die tabs removen und wieder adden

es kann aber vorkommen, dass die tabs dann in einer anderen reiehnfolge wieder sichtbar sind;

dann musst du alle tabs removen, und wieder adden

keine sorge, von dem kriegt der user nix mit, weil es ziemlich schnell geht

bsp.:

        TabControl1.TabPages.Remove(TabPage2)

        TabControl1.TabPages.Remove(TabPage3)

        TabControl1.TabPages.Remove(TabPage4)

        TabControl1.TabPages.Add(TabPage2)

        TabControl1.TabPages.Add(TabPage3)

        TabControl1.TabPages.Add(TabPage4)

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.