Quantcast
Channel: Silverlight 5 forum
Viewing all articles
Browse latest Browse all 1083

How to implement following GUI using silverlight

$
0
0

I am under a situation in silverlight where i am not able to understand how to implement(to do) so that i can have the following view:

I have a grid which shows versions (which contains green and red light) as you cans ee in the photo above.

(1) On clicking a version must open a Tab which will open a code(or may be xML OR UIElements) corresponding to that version object.
(2) On clicking another version must open another Tab which will open another code corresponding to the currently clicked version. (the previous one must hide as you can see the one is hidden in this photo)

Each of the clicked version will contain not just Code() but also xml and UI element rendering corresponding to that version object (see each 3 TabItem in right most). which will be common for each clicked version but the dtata displayed them are different for each version.

So these 3 TabITEM now will display the code(), xml and UI elements corresponding to each version.

Now the given GUI must be capable of doing switching by two ways:
(1) By clicking the grids will change the version so it must reder the code()/xml /UI elements of the coresponding clicked grid of version. (in lrftmost grid with green and red light)
(2) The opened version  must appear like TabItems so that the switching of those TabItems will render the data of corresponding version. (you can see at top Program A 1.00 anf the another one.they must switch the version on changing them)

  

What as a help i need is small description that how the following can be impplemented ?
  Is my Idea below correct ?

(1) In xaml code first i create a stackpanel (which will contain the rendering of data at the center for xml/code/UI elemnts) which will have a tabcontrol (for each version) and this tabControl will have 3 tabitems (for code(), xml()and UI elemnt rendering and switching for each version) on switching the 3 tabitmes will render the corresponding TabItem (either code/xml or whichever clicked)to each version clicked .

(2) We have to show the next version clicked just next to the current tabcontrol (ther previous TabControl will hide like this)

HOW TO DO THAT USING silverlight5

 


Viewing all articles
Browse latest Browse all 1083

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>