NavigationBarPanel Text Property

Navigation for Windows Forms Forum

Posted 16 years ago by ibrahim
Version: 2.0.95
Avatar
I would like to dynamically set NavigationBarPanel.Text property based on the state of some controls inside it. However, it does not seem to refresh. If I collapse and expand the pane that contains the panel, then it refreshes.

Is this a bug or am I missing something?

Comments (1)

Posted 16 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Thanks it appears to be an oversight. We have corrected it for the next maintenance release.

In the meantime, you can call code like this to repaint it:
panel.Invalidate(InvalidationLevels.Element, InvalidationTypes.Paint);


Actipro Software Support

The latest build of this product (v24.1.0) was released 2 months ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.