This is just a nice simple demo using toggle buttons to display an accordion style menu.
Expanding Menu
Please let me know if this helps you.
Thursday, July 21, 2011
Wednesday, July 20, 2011
WPF Loading Panel
Having a nice loading panel with a progress bar showing that some work is in progress is a very cool feature to any application.
With this control you can show a loading panel as you are going and fetching data from the database, it will update your window with up to date progress messages.
Loading Panel
Please let me know if this helps you.
With this control you can show a loading panel as you are going and fetching data from the database, it will update your window with up to date progress messages.
<ctr:LoadingPanel x:Name="loadingPanel"
IsLoading="{Binding PanelLoading}"
Message="{Binding PanelMainMessage}"
SubMessage="{Binding PanelSubMessage}"
ClosePanelCommand="{Binding PanelCloseCommand}" />
Loading Panel
Please let me know if this helps you.
Subscribe to:
Posts (Atom)