I have a custom line shape with start and end point. The ActualWidth and ActualHeight properties however do not return the correct value, that is the difference between the points. Is there a way to o
I am trying to set up a binding to the ActualHeight of a FrameworkElement. It only seems to update once, but never updates after that. I tested this in a simple silverlight application with this marku
This question already has answers here: 开发者_如何学JAVA WPF DataGrid : CanContentScroll property causing odd behavior
I am trying to get the width and height of a Silverlight ComboBox\'s dropdown window. Unfortunately ActualWidth 开发者_JS百科and ActualHeight are returning 0 always.<ComboBox x:Name=\"comboBox\" He
I have two separate ItemsControls that appear side by s开发者_高级运维ide.The ItemsControls bind to the same ItemsSource, but they display the data differently.
In WPF how can I find the size of a DevExpress BaseLayoutItem? It开发者_如何学Python inherits from ContentElement so has no ActualHeight or ActualWidth.We will post the answer to this question at:
I want to add WPF Path to InkCanvas and use selection to select WPF Path. So, I use this code. System.Windows.Shapes.Path path = drawCanvas.Children[i] as System.Windows.Shapes.Path;
popUpControl and listBoxControl below are returning NaN as the height and width. The ActualHeight is also 0.0
I tried to create a custom control, having a semitransparent rounded background: <Canvas> <TextBlock x:Name=\"StopText\" Text=\"Some test text\"/>
I want to bind a lists position to its own height in XAML. So its lower left corner always will be at 0.0 of the canvas. I\'m using elementBinding to get the ActualHeight and a converter to invert the