Skip to main content
Home Forums Silverlight Programming Visual Studio & Silverlight Development Tools silverlight problem
3 replies. Latest Post by hariram.p@live.in on March 9, 2009.
(0)
aditi123456
Member
2 points
25 Posts
02-11-2009 9:33 AM |
I have a menu bar at the top and a stack of the links in the center of the page. Now when I click on any of the link and select parameterd from the expander window, it should show the reports in the part where links were displayed below the menubar(only that part of the page should show the output and the stack of link should disappear). Once the output is closed, it should show us back the original part with the stack of links. Is this possible?
HarshBar...
Star
9908 points
1,719 Posts
02-11-2009 9:48 AM |
Hi,
Can you give some more information.
do you want to show a popup kind of stuff to that Particular place and hide that??
02-11-2009 1:08 PM |
Its not a popup. The main page consists of a menubar at the top and dockable window on the side. I have few controls on the dockable window. I have few links on the other part of the page. Clicking on a link should show the result on the same page(not a popup)(but only menubar at the top and dockable window should still be present on the page). Links should not be seen.Thus only part of the page should be used to show the results.
Also I am using sanddock for silverlight for dockable window and I have few silverlight controls like combo box and datepicker. Clicking on a button on the dockable window should display the results on the same page(only menubar and dockable window should be present). Is it possible to pass the values of the silverlight controls which are on dockable window?
hariram....
181 points
50 Posts
03-09-2009 1:07 PM |
You can do with Grid with same Grid.Row.
One with Visibility=Visibility.Collapsed
and make the other one Visibility = Visibility.Visible
Thanks
Hari