Vererbung Tabelle Finalisierung

This commit is contained in:
Developer01
2026-01-30 09:01:47 +01:00
parent c249aa890d
commit 72b1e4acba
7 changed files with 539 additions and 424 deletions

View File

@@ -799,6 +799,7 @@ Public Class frmMain
Sub LoadNavBar()
Dim profileGroupOpen As Boolean = False
If Not IsNothing(CurrNavBarGroup) Then
NavBarControl1.BeginUpdate() ' <-- Hinzufügen
Try
profileGroupOpen = CurrNavBarGroup.Expanded
Try
@@ -810,8 +811,10 @@ Public Class frmMain
End Try
Catch ex As Exception
Finally
NavBarControl1.EndUpdate() ' <-- Hinzufügen
End Try
End If
Try