Advanced Forum Search Results
-
Very nice work!
Thank you...
-
My problem with adding silverlight control to dynamically created Panel is solved!
Problem was because I added Panel to collection of controls of current Page(this.Controls.Add()). But scriptManager instance is in this.form1 control collection. When I add Panel to this.form1.Controls everything is ok.
wrong:
...
-
Hi. I've tried to add silverlight control dynamically to a aspx page that has only scriptmanager on it. The example in your post works but if panel where you put you sl control (SilverlightApp panel) is added dynamically too then silverlight control does not find it's source - xap file when page is opened in browser. Could you try to change your ...
-
I got the same error. There is no problem with Width property of DataGridTextColumn or ColumnWidth property of DataGrid in Vstudio but when I open xaml file in Blend(june) type converter error occurs.
-
Hi,
Can you give me a hint how to change a property(bkcolor) of one datagridcell depending on its value.
Thanks.
-
Second solution is not very suitable for me because I do not want to pop up my other control on the point clicked, I need to pop up on a corner of datagridcell that was clicked. If I could get a DataGridCell o DataGridRow object that was clicked it will solve my problem(I will use visualtransform of clicked row or cell).
Now I found one way ...
-
Hi,
I'm trying to use TransformToVisual void of one of DataGridRows from my Datagrid. But can't get the collection of DataGridRows.
I want to pop up something near the selected row in a datagrid, to do so I need position of the datagridrow object in the browser;
Thanks. Hope that it isn't very difficult.