adorner
How to make usercontrol on topmost in wpf?
I have a grid which contains three rows. First row contains which show toolbar. Second row contains which shows 开发者_如何学Pythonstatus bar.[详细]
2023-04-07 00:32 分类:问答Problems with using Controls.Popup as error adorner in WPF
My (simplified) validation template is <Grid> <Border x:Name=\"ErrorAdorner\" BorderBrush=\"Red\">[详细]
2023-04-01 03:45 分类:问答ToolTip on Adorner doesn't show up
I have an adorner defined as follows: private class ErrorAdorner : Adorner { private readonly Border _errorBorder;[详细]
2023-03-25 16:51 分类:问答Printing Adorner Layers in a RichTextBox
I have a richTextBox Editor that contains image adorner layers on top of each word. I want to print the document in a good format and pri开发者_开发百科nt the adorner picture layers too.[详细]
2023-03-25 00:48 分类:问答How to set IsOpen property in wpf popup window to True?
I have this wpf style: <Style x:Key=\"RequiredControlTemplate\"> <Style.Setters> <Setter Property=\"Validation.ErrorTemplate\">[详细]
2023-03-19 21:12 分类:问答WPF Validation Control Template overlapping
I\'ve got a user control with a control template to show validation errors, validation template: <ControlTemplate x:Key=\"TextBoxPropertyValidationTemplate\">[详细]
2023-03-15 22:26 分类:问答What's the point to WPF adorners?
I\'ve recently developed a drawing component for my company, featuring a Canvas on which you can draw certain shapes using click-and-drag. For each shape, I placed two adorners on its AdornerLayer: On[详细]
2023-03-12 10:36 分类:问答Best way to have a TextBox show a message based on a bool in the ModelView
I have a TextBox that needs to have its border change color and then display a message below the text box.This message should be displayed/hidden based on a boo开发者_如何转开发l value in the model.Wh[详细]
2023-03-12 06:16 分类:问答Adorners overlap controls that are above the adorned element
Hey, I\'m having an issue with adorners. I created resize adorners which have four Thumb controls, one for each of the corners of the control being decorated. The control is being drawn on a Canvas, a[详细]
2023-03-11 00:34 分类:问答How do I get the size of the visible part of a WPF usercontrol?
I have a usercontr开发者_开发百科ol that consists of a label and a textbox. It\'s inside a scrollviewer.[详细]
2023-03-08 13:00 分类:问答