File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
tests/Syncfusion.Maui.Toolkit.UnitTest/Layout Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -324,7 +324,7 @@ public Color HeaderIconColor
324
324
/// <summary>
325
325
/// Gets or sets the instance of the accordion.
326
326
/// </summary>
327
- public SfAccordion ? _accordion { get ; set ; }
327
+ internal SfAccordion ? _accordion { get ; set ; }
328
328
329
329
#endregion
330
330
Original file line number Diff line number Diff line change @@ -1266,7 +1266,8 @@ public void OnHeaderBackgroundPropertyChanged_UpdatesHeaderBackground(string bru
1266
1266
{
1267
1267
var accordionItem = new AccordionItem ( ) ;
1268
1268
var accordion = new SfAccordion ( ) ;
1269
- accordion . IsViewLoaded = true ;
1269
+ accordionItem . _accordion = accordion ;
1270
+ accordionItem . _accordion . IsViewLoaded = true ;
1270
1271
var accordionItemView = new AccordionItemView ( ) ;
1271
1272
accordionItem . _accordionItemView = accordionItemView ;
1272
1273
var newBrush = new SolidColorBrush ( Color . FromArgb ( brushColor ) ) ;
You can’t perform that action at this time.
0 commit comments