Advanced Forum Search Results
-
Sorry I was wrong, it helped, and it your suggestion works. Just I had to set a height and width to some value. Thx
-
Didn't help. not even if I move grid. Don't understand why.
-
How does ScrollViewer actually works? Do I need some C# code behind? In this example I have visible ScrollViewer but nothing is scrolling
<UserControl x:Class="Math2.Page"
xmlns="http://schemas.microsoft.com/client/2007"
...
-
thx
-
How to set canvas background color?
Canvas c = new Canvas ();
c.Width = 500;
c.Height = ...
-
sorry, wrong slash :)
-
I created a folder named Folder in my silverlight application and added some images in that folder.
When I do this:
<Canvas>
<Image Source="Folder\integral_1.png" Canvas.Left="0" ...
-
How to access the Web service Class after, I have in my SL 2.0 project, added references to Web services?
This is the Page.xaml.cs:
using SilverlightApplication4.ServiceReference1;
namespace SilverlightApplication4
{
public partial class Page : UserControl
...
-
For example, if I have one aspx page which contains engine (*.exe file ) for one board game and that aspx page has link to silverlight page ( GUI for the game engine ), are web services only way to accomplish communication between aspx and silverlight page?
-
http://msdn.microsoft.com/en-us/library/system.windows.controls.grid.aspx
Thx, I was lazy to read msdn