gridsplitter
How does one use a WPF/SL Grid and GridSplitter as a bindable SplitContainer?
Suppose you want to allow a user to re-size a WPF/SL Grid containing two columns.But you also want to allow the us开发者_开发技巧er to hide one column (a \"panel\") or the other column.When both colum[详细]
2023-04-07 12:05 分类:问答GridSplitter in a Frame; expand beyond border problems
I\'ve got a generic view for displaying data in a Silverlight RIA application. Basically, the view takes in a parameter which is the query required by RIA to get the data, and the data is displayed us[详细]
2023-04-05 09:35 分类:问答Combine expander and grid (resizable expander)
I would like to have something like a resizable Expander. My basic idea was something like this: <Grid HorizontalAlignment=\"Left\">[详细]
2023-03-29 07:39 分类:问答Gridsplitter behaviour when hiding a WPF grid column
I\'m pretty new to WPF, so please excuse me if this is \'old hat\' these days... have trawled the web/forum and haven\'t quite found the answer I need:[详细]
2023-03-25 19:23 分类:问答Silverlight: GridSplitter inside ScrollViewer behaving unexpectedly
I\'m trying to build a two-column layout where the width of the columns can be changed by using a splitter. The right column\'s width shouldn\'t change when the browser window i开发者_如何学Cs resized[详细]
2023-03-24 09:11 分类:问答Gridsplitter and Touch
I am usi开发者_运维知识库ng a GridSplitter to resize columns (what else :)). Works fine. However, I am evolving in a Surface V2 environment and if I use touch simulation the Touch events are not trans[详细]
2023-03-17 03:16 分类:问答Silverlight 4.0: GridSplitter is splitting incorrectly
Please help, the grid splitter in not splitting correctly to the right, the testing button content. Is there anything I\'ve missed out in using grid splitter?[详细]
2023-03-16 03:31 分类:问答WPF listview/gridsplitter/scrollviewer resize problem
I have a problem with the gridsplitter pushing my listview out of view in this combination. Steps to reproduce:[详细]
2023-03-13 18:47 分类:问答programatically set width of a column within a grid
Is it possible to set the width of a column for Grid within Silverlight? I have a grid (not a grid view) with two columns. ColumnA and ColumnB. What I am trying to accomplish is when a user clicks on[详细]
2023-02-24 06:03 分类:问答Wpf GridSplitter replaces binding on row.height property
I\'m having a hard time with grid splitter. I\'ve bound the RowDefinition.Height dependency property to the clr property of the model as presented below.[详细]
2023-02-16 13:01 分类:问答