Advanced Forum Search Results
-
Doing what, how, can you provide an example?
-
I have a datagrid with some columns and a rowdetails template, where the user will enter some text. In codebehind I dynamically add objects to a collection which the datagrid is bound to, the updates is reflected in the datagrid, everything fine so far.
I set the selected Item of the datagrid to the newly added object, but it ...
-
I have a datagrid with some columns and a rowdetails template. I want to be able to navigate through the datagrid, including the row details template without using the mouse, is that possible?
I can navigation up and down throug the datagrid using the arrows, the rowdetails is displayed when a row is selected, but ...
-
Hi,
I'm using the extension from the toolkit:
toolkit:ScrollViewerExtensions.IsMouseWheelScrollingEnabled="True"
to get my scrollviewer to react on the mousewheel, it works fine.
My issue is that I want to have nesteed scrollviewers, when I do, only the inner scrollviewer reacts on the mousewheel, regardles where focus ...
-
Hi
I have two radiobuttons:
<RadioButton Content="Apartment" Grid.Row="6" GroupName="AccomodationType" IsChecked="????"></RadioButton><RadioButton Content="House" Grid.Row="7" GroupName="AccomodationType" IsChecked="????"></RadioButton> ...
-
Hi.
I have an app imlemented using MVVM pattern.
In my model I have an object that contains a list of persons "MyApplication.Persons"
In my ViewModel I have a property that points to MyApplication, called Application.
In my view I create a viewModel and listens to the event ...
-
Hi
Can anyone explain how I can get the assebly version in a silverlight application, I need to display it in a control for the user.
Regards
-
Hi,
Can someone please explain the rendering order of controls that contain child controls, and pages that contains other pages or controls?!
Regards
-
Hi
I have a mulitpage appliction where I use different pages.
I want one page to contain another page, for example page Person should also contain page address. When I navigate to page person the following happens:
1. Page Adress constructor runs
2. Page Person constructor runs
3. Page Person OnNavigatedTo runs
The Adress OnNavigateTo never ...
-
I found the solution, application startup object in project properties was still set to the old namespace!