Advanced Forum Search Results
-
I have an aspx page that has a silverlight control on it:<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="GoolagherSilver_Web._Default" %>
<%@ Register Assembly="System.Web.Silverlight" ...
-
Thanks for the idea, Yi. I'm fuzzy on the details. Can you provide an example of how I might use a custom TypeConverter on the binding to populate the TextBlock with multiple lines of text each formatted with different sizes and fonts?
-
That would be ok but i'm not sure how to bind to the Inlines collection of a Textblock since it's readonly, thoughts?
-
The textblocks will need to contain multiple Run() objects in their inlines collection though (because the text to be displayed has varied formatting), so it's not as simple as binding the textbox.text property to a string.
-
I have posted a very simple example which results in a crash when scrolling, here:
http://silverlight.net/forums/t/18665.aspx
-
When I run the application below using SL Beta 2 I am able to load the datagrid with 10 rows by clicking on the button, however, when I grab the scrollbar on the resulting grid and drag down all the way to the bottom and then start dragging up the application crashes with the following error on page. I had a friend test this on a different machine ...
-
i had a friend test this in beta 1 and it seemed to work fine, he then upgraded to beta 2 and the issue presented itslef, so i think it's a beta 2 issue. any thoughts on how to work around it would be appreciated :)
-
i just noticed something else... if i run the application, and do not interact with IE at all but take the focus away from IE via the task bar and then give it back via the taskbar, the textbox suddenly appears normally (with a focus border and blinking cursor)
-
I can't seem to make this work in 2 beta 2.
I start a new silverlight application choosing web application as the hosting option.
I add a new textbox to the page.xaml:
<UserControl x:Class="SilverlightApplication6.Page"xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" ...