double gridsplitters
Now that I have it working (thanks again!) I'm finding a couple of properties that I'd like to use that aren't working. I'd like to be able to change the width of the splitter bars and I'd like to be...
View Articledouble gridsplitters
Ahhhhhh, didn't see that. And when you pointed me to it, the Themes folder 'appears' to be empty because the file filter dialog doesn't include .xaml files in the list. Probably something that MS...
View Articledouble gridsplitters
Ahhhhhh, didn't see that. And when you pointed me to it, the Themes folder 'appears' to be empty because the file filter dialog doesn't include .xaml files in the list. Probably something that MS...
View Articledouble gridsplitters
Oh, you did not copy the Themes\Generic.xaml from my project to your project. This file contains the template of the Splitter, and my dragging code uses the rectangle in this template. Please copy the...
View Articledouble gridsplitters
I’m completely stumped. I’m about to just go with the regular splitters except I really want to know what’s going on here. Your example works fine. I incorporated it into my application (had to change...
View Articledouble gridsplitters
Hi,I tested your Window, and I remove all BMP and event handlers which I do not have the code. The XAML layout can work fine. Please test my code in your side:...
View Articledouble gridsplitters
Oh yes, you could mail me: v-bobbao at microsoft dot com or you cold upload your package onto theSkyDrive.com and paste the link here.Bob Bao [MSFT] MSDN Community Support | Feedback to us
View Articledouble gridsplitters
I tried to post the entire XAML here but it's more than the limit will allow. Any way I can email it to you?
View Articledouble gridsplitters
Thanks for replying, but what is your entire XAML code of this Window, I copy and use this code, it should work. Since nothing cover the Splitters control in your code.Bob Bao [MSFT] MSDN Community...
View Articledouble gridsplitters
I looked into removing Windows Chrome and I don't think I want to do that and not sure what that would have to do with the splitters?
View Articledouble gridsplitters
When I set the Window background to transparent, the bars are now black but still not grabbable. Not sure how to remove the Windows Chrome? Here's the XAML I'm using:...
View Articledouble gridsplitters
What is your XAML code? Let me help you to test and check it, thanks. Did you remove the Windows Chrome and set the Window background to transparent?Sincerely,Bob Bao [MSFT] MSDN Community Support |...
View Articledouble gridsplitters
All the Z indices are 0. In the designer I see splitter bars but they don't have the colors specified. When I run, all I see is gray bars (window background?) so it doesn't look like anything is over...
View Articledouble gridsplitters
So what is your now, how about the Z-index of the elements in the Grid panel, the splitter may be covered by other elements on its top. Please check your child elements and all control, if there are...
View Articledouble gridsplitters
My main issue right now isn't the status bars but the fact that the splitter bars don't appear and aren't grabbable.
View Articledouble gridsplitters
Do not forget we could use the ColumnSpan in Grid. You could put one Grid in the third Row with theColumnSpan=3, then you could put the StatueBar in this Grid...
View Articledouble gridsplitters
I'm trying to use your custom splitter but just can't seem to get it defined to work correctly. The designer appears to show the splitters but when I compile and run all I have is vertical and...
View Articledouble gridsplitters
Hi lwdaddio,Based on my understand, you used two GridSplitters as a crossover, and you want to drag it at its center that can change the regions in horizontal and vertical.The WPF build-in GridSplitter...
View Articledouble gridsplitters
In MFC there was a way to specify splitter bars such that with a horizontal and vertical bar you could grab the place where they crossed and move both splits at the same time. I've defined some...
View Article