Advanced Forum Search Results
-
Hi,
I have created one custom Itemscontrol and custom panel. Inside the custom panel class i have to get access to the Itemscontrol. In WPF it can be accesed using TemplatedParent property. In Silverlight it is not there. I tried using Visual TreeHelper , but it is returning null. Please help struggling!
thanks
renu
-
HI,
Why i am telling not to override is, if i override the foreground property and use that property in the xaml of the control (ie while using the control), the foreground color is not getting applied.
Thanks
renu
-
Hi,
Thanks for replying,
Sorry i tell u the scenario clearly, i have created one custom control inherited from Textbox, there i need to get the notification when the foreground color of the control is changed. I dont want to override the foreground color property. Is there any way to do this?
Thanks
Renu
-
Hi
How to get the notification, when the foreground of the textbox is changed during runtime.
thanks
Renu
-
Hi,
I have installed SL 3.0, while running the application its is showing following error
Intialize Error #2105 in control "Xaml1". Failed to load pre-requistes for the application.
Thanks
renu
-
Hi
I have created one custom treeview control using ItemsControl and HeaderedItemsControl. i want to implement Binding Concept to the control, for that what are the things i have to consider. Please help
Thanks
Renu
-
Hi shoster,
Thanks for replying,
It is my own custom implementation using ItemsControl and HeaderedItemsControl. I have fixed the issue. I have used one line control inside my treeview control template, once i removed that one, it is working fine. But i am not sure about the real cause for the error. ...
-
HI,
I have created custom treeview control. If i use that control as
<Custom:TreeViewControl></Custom:TreeViewControl>
without explicitly setting height and width, it is showing "Value doesnot fall within the expected range".
Thanks
renu
-
Hi,
while dragging a particular element for eg element1 over another element (element2), i want to trigger the mouseleftbuttonup event for the element2.
thanks
renu
-
Hi,
Please refer the following link
http://www.codeproject.com/KB/silverlight/UsingMultipleTemInListBox.aspx
thanks
renu