Advanced Forum Search Results
-
I followed your advice but loading seems not to work if one uses application ressources ? My load fails on this line
<TextBox Grid.Row="0" Grid.Column="0" Grid.ColumnSpan="2" Grid.RowSpan="2" x:Name="AdditionalPersonDescription" ...
-
Hi,
I have IE 7 on my machine and my application works fine. On my clients machien with IE6 the app fails.This is happening since the upgrade to RC0, it WORKED in Beta 2. Unfortunately I can't debug on the clients machine, so all I got is the attached error message.
Anybody experiences something similar ?
-
well the expander problem I guess is my mistake as I though it is the outlook type "menu expander" which looks like people rather call it Accordion.
However I think teh expander should by default show the content in the same border rectangel as the header, but that might be only my opinion.
The controls are an awesome job ...
-
oh stupid me !! I got cofunsed by the Microsoft.Windows.Controls namespace..... I think it wasn't a good idea to give it that name space, System.Windows.Controls.Extended was more logical...
Thanks for your help !
-
I am missing controls like the tab control. After reinstalling the RC and the SDK the contorls.extended namespace is gone where the tab control was in.
The new controls have none, just a LOUSY expander, so I rather wanted to use the tab control to develop an outlook like expander...
So where is the tab control ?
-
The scroll handle seem to work WITHOUT clicking on it just by moving the mouse over. However scrolling on big grids is slow and if one moves the mouse to fast and it goes outside of the handle scrolling stops. Clicking makes all freeze
-
The BindingValidationError event not raised when using custom converters. This makes it pretty useless as its often the converter where one puts validation logic. In my example I want to give the user the choice of using an European or American date format. I do this using converters and now my code crashes because the event is not ...
-
this works in the browser but CRASHES in Blend. For the style I get an error "member content is not recoginzide or accesible" and trting to visualize my control in design mode gives me error HRESULT_EFail has returned from COM component.
From day one I am working with the data grid I can only say its one of the most teriible ...
-
There is some strange gap in the header cells. In the below example the smaller cell does not align at all to the right or center because there is no more space due to the gap. If one expands the cell width, the gap is than visible as teh second cell below is alligned to the right, but NOT at the end of the ...
-
Tried it and click works correctly now, howvever mousebuttonup is still wrong, see my post in the thread for this event:
http://silverlight.net/forums/t/19510.aspx