NavigationBar items Vanishing

0
0

Hi Team,

I have a navigation bar whose items vanish after i close the items popup. I have realised that items i add at the 1st and 2nd levels are ok but when i try to add items in the inner loops they get cleared after i close the popups.

I have tried with several instances of different navigation bars but it same in all instances.

If i create all the items the 1st or second or third time after dropping the control it is fine but after that the items would not be saved.

The attached images shows a demo of the situation.

What am i doing wrong please.

Attachment
  • Nicholas
    I realised you have updated the Navigationbar in github so i updated it using nuget from 2.0 to 2.5.12 but still having the same issue.
  • You must to post comments
0
0

Nicholas,

Looking at that issue again, it´s related to a Visual Studio Designer issue where serialization sometimes stops after the second or third level.
There is no chance to fix that yet from our side.
The only work around in that case is to add the item by code.
OTOH if you want to use it several levels deep a TreeViewControl might be a better option to use.

Best regards
Frank

  • You must to post comments
0
0

Hi Nicholas,

how are you adding the items? Can you please share a code sample?

Best regards
Frank

  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.