Advanced Forum Search Results
-
Ok I have the same problem.
The point is that Google's client access policy file is not in root directory and silverlight unable to access it and WebClient fails to retrieve the feed data.
in flash you can map acess policy path , but in silverlight it seems impossible.
-
In my Xaml I have timePicker and it's value is bound to Textblock text,
if the Timepicker's Visibility="Collapsed" value does'nt get bound, when I change Visibility to Visible everything works fine
I'm I missing something or it's a bug ?
-
my question is little out off topic but still refers to checkbox click handling.
Is it possible to attach handler via style something like this
it throws an exception in ...
-
here's a workaround I came up.
leave Width property of column to default (don't set it)
in Grid_SizeChanged event handler play with column's MaxWidth property
e.g
void dataGrid_SizeChanged(object sender, System.Windows.SizeChangedEventArgs e)
{
dataGrid.Columns[0].MaxWidth = dataGrid.ActualWidth ; // - some Indent or other ...
-
Thanks Ruurd !!!
-
...
-
...
-
Hello
I have Usercontrol inside an accordionItem
I want my usercontrol to fill whole content of acordionItem but it doesn't. it shows up left top aligned with fixed width and height.
Am I missing something ?
any help will be appreciated.
-
The point is
I have DataGridCheckBoxColumn in datagrid and every time I need to check the checkbox I have to click in chekcbox to select the cell and enter into edite mode and with second click to select it.
I want it to be selected with single click.
I found a temprorary solution for this problem by using single DataGridTemplateColumn and ...
-
Jac, Thnks for replay but I'm not looking for selecting a row, I am looking for full row select functionality ex. when you click on a cell in a row it selects the cell I want it to select the full row