Advanced Forum Search Results
-
Hello,
My issue was to build TreeView source structure.
I've resolved it by moving logic into custom types, worked around usage of KeyValuePair<> contains types.
Thanks
-
Hello all
I would like to inject silverlight control into existing web solution (.net Framework 2.0 ). Customers don't wish to use any webservices for this.
I was trying to use WebClient functionality for download JSON string (object, serialized on server side using JavaScriptSerializer class) to SL component and deserialize it to ...
-
As I understand it is impossible position SL control relative use only HTML and CSS features. So now I am looking to SizeChanged event and try to handle it properly via Javascript.
-
Sorry didn't saw before: by default for html, body and form tags height:100%, for body and html - overflow:auto
-
Hello all,
I try to inject SL component into existing .aspx page (inside production project) with difficult layout, that used a lot of other user controls(a lot of them are around of mine SL component), so I don't wish to change styles for <html>,< body>, because this affects all pages. This SL component should dinamically ...
-
I've alredy voted before and waiting with hope for positive result.
IAE Thanks.
-
Hello all,
Does anybody know how to customize TreeView for showing connection lines between items (like in most of other treeview controls)?
I spent a lot of time for this issue but could not find any ideas in the web and own efforts didn't get satisfied result to.
Thanks...