Search
You searched for the word(s): [no words] || User(s): stephen
Showing page 1 of 3 (23 total posts)
< 1 second(s)
-
That link is dead....
I need to resize the RowSelectorPane to use all available horizontal space...
-
The link referenced is dead...
-
Is there a way to know if a DataCell is shortening its content?For example, If I have a cell that has ''1234567890'' for the content, but it can't all fit, then it displays like this: ''123456...''I need to know when that is happening so I can turn on the tool tip FOR ONLY THAT VALUE.
I would check for ... in the text, but I can't find a ...
-
I am not sure how fixable this is, but I was creating a custom control that combined a WatermarkTextBox with a Popup.
It all works fine until I add SelectAllOnFocus = true.
Then when I click on any of the controls in my popup, the focus moves to the WatermarkTextBox and does a select all. (Note this only happens on Click, not on Tab)
-
NuGet is the best way out there to manage dependencies.
Right now I am going through my solution of 60+ projects looking for references to Xceed 4.3 products and upgrading them to 4.4. It is very tedious.
This same kind of action takes just a minute with NuGet.
That is all I am going to post right now. I am assuming that you know ...
-
Consider an AutoStretchStackPanel that has TextBox 3 children.
State, Zip and FullAddress.
State will take up 2 chars, Zip will take 5. FullAddress can be up to 200 chars.
As I understand it, there is no way to make these have a better space ratio than 1/3 each.
It would be nice if the control measure its children as if they were ...
-
I have wanted to use the AutoStretchStackPanel on several occasions now.
Each time I try to put it in the AutoStretchStackPanel only displays a small smudge on the screen. (My controls 1-2 pixels high I guess).
I finally figured out that I have to manually set the height (or width depending on the orientation of the control).
But if I use ...
-
I have the following dataTemplate: <DataTemplate x:Key=''shortDateAndMilitaryTime''>
<TextBlock Text=''{Binding Converter={StaticResource dateTimeToStringConverter}, ConverterParameter='Custom ~ dd/MM/yy HH:MM' }'' />
</DataTemplate>
Clearly this ...
-
My project is too big to send in (and it is proprietary), but I am also getting this issue.
I change the focus to something else, and my property setter fires with Null.
For me this causes an issue because the ''current row'' is not preserved. When I put it back in the grid, my focus goes to the first item in the grid.
I am using ...
-
Hmmm, I have played with this some more, and either I don't get what you are saying or you are mistaken.
I created a template for the insertion row and made my own controls to put in it. They are bound to the data values for the row (I use the same row template for my insertion row as I do for a normal row). When I call ...
1
|
|
|
|