Posted 15 years ago
by Arthur Damen
Hi,
I'm using the NavigationBar and add Expanders dynamically.
To arrange the Expanders in a specific order, I need to use the following part of VB code:This works for Expanders with the default WPF style (in another default solution), but not for the ones that have the built-in style for the NavigationBar.
ContentPresenter1 will be Nothing/Null doing so.
So my question is: what's Actipro's approach to this?
Or more specifically: what's Actipro's equivalent template to the default "ExpandSite" that WPF is using?
I'm using the NavigationBar and add Expanders dynamically.
To arrange the Expanders in a specific order, I need to use the following part of VB code:
Dim ContentPresenter1 = TryCast(Me.Expander1.Template.FindName("ExpandSite", Expander1), ContentPresenter)
ContentPresenter1 will be Nothing/Null doing so.
So my question is: what's Actipro's approach to this?
Or more specifically: what's Actipro's equivalent template to the default "ExpandSite" that WPF is using?