Click here to Skip to main content
15,898,134 members
Home / Discussions / WPF
   

WPF

 
AnswerRe: WPF Reporting Concerns Pin
User 27100914-Jan-09 2:53
User 27100914-Jan-09 2:53 
GeneralRe: WPF Reporting Concerns Pin
NetContractor20-Jan-09 2:07
NetContractor20-Jan-09 2:07 
GeneralRe: WPF Reporting Concerns Pin
User 27100920-Jan-09 3:07
User 27100920-Jan-09 3:07 
QuestionHow to: Treelist in a listview in WPF with Gridview? Pin
syed tameem13-Jan-09 4:05
syed tameem13-Jan-09 4:05 
QuestionRe: How to: Treelist in a listview in WPF with Gridview? Pin
Mark Salsbery13-Jan-09 8:06
Mark Salsbery13-Jan-09 8:06 
Questionhow to make some items in xaml not localizable ? Pin
Feras Mazen Taleb12-Jan-09 18:08
Feras Mazen Taleb12-Jan-09 18:08 
AnswerRe: how to make some items in xaml not localizable ? Pin
Pete O'Hanlon13-Jan-09 0:13
mvePete O'Hanlon13-Jan-09 0:13 
QuestionDesign Time ScrollViewer [modified] Pin
Vinod C S11-Jan-09 0:30
Vinod C S11-Jan-09 0:30 
hi,
The scrolling functionality offered by WPF ScrollViewer is only avialable at runtime. Is there a way so that I can
get the design time scrolling facility. So that I can scroll and see the controls in the container window. Can Customizing the control provide the desired design time scrolling facility. Is there any way I can get design time scrolling facility?
XAML code:
<ScrollViewer Margin="3,3,3,3" ScrollChanged="ScrollViewer_ScrollChanged">
            <Grid Margin="3">
                <Grid.RowDefinitions>
                    <RowDefinition />
                    <RowDefinition />
                    <RowDefinition />
                    <RowDefinition />
                </Grid.RowDefinitions>
                <Button Margin="58,32,122,9" Height="100"  Name="button1">Button</Button>
                <Button Grid.Row="1" Height="100" Margin="102,21,78,20" Name="button2">Button</Button>
                <Button Grid.Row="2" Margin="81,22,99,19" Height="100" Name="button3">Button</Button>
                <Button Grid.Row="3" Margin="81,16,99,25" Height="100" Name="button4">Button</Button>
            </Grid>
        </ScrollViewer>


modified on Sunday, January 11, 2009 12:59 PM

QuestionWPF manual Tooltip or Popup takes over mouse capture Pin
ronl10-Jan-09 6:51
ronl10-Jan-09 6:51 
AnswerRe: WPF manual Tooltip or Popup takes over mouse capture Pin
ronl10-Jan-09 11:52
ronl10-Jan-09 11:52 
QuestionImage Control problem Pin
Allonii10-Jan-09 4:58
Allonii10-Jan-09 4:58 
AnswerRe: Image Control problem Pin
User 27100910-Jan-09 15:09
User 27100910-Jan-09 15:09 
GeneralRe: Image Control problem [modified] Pin
Allonii10-Jan-09 15:19
Allonii10-Jan-09 15:19 
GeneralRe: Image Control problem Pin
User 27100910-Jan-09 15:25
User 27100910-Jan-09 15:25 
GeneralRe: Image Control problem Pin
Allonii10-Jan-09 15:31
Allonii10-Jan-09 15:31 
GeneralRe: Image Control problem Pin
Snufflufugus10-Jan-09 15:54
Snufflufugus10-Jan-09 15:54 
GeneralRe: Image Control problem Pin
Allonii10-Jan-09 23:07
Allonii10-Jan-09 23:07 
GeneralRe: Image Control problem Pin
Gideon Engelberth12-Jan-09 3:35
Gideon Engelberth12-Jan-09 3:35 
GeneralRe: Image Control problem Pin
Allonii12-Jan-09 23:32
Allonii12-Jan-09 23:32 
QuestionHow to pass parameters to WPF ? Pin
Yanshof10-Jan-09 4:10
Yanshof10-Jan-09 4:10 
AnswerRe: How to pass parameters to WPF ? Pin
Mohammad Dayyan10-Jan-09 11:58
Mohammad Dayyan10-Jan-09 11:58 
AnswerRe: How to pass parameters to WPF ? Pin
Mark Salsbery12-Jan-09 8:37
Mark Salsbery12-Jan-09 8:37 
GeneralRe: How to pass parameters to WPF ? Pin
Pete O'Hanlon12-Jan-09 9:31
mvePete O'Hanlon12-Jan-09 9:31 
GeneralRe: How to pass parameters to WPF ? Pin
Mark Salsbery12-Jan-09 10:30
Mark Salsbery12-Jan-09 10:30 
AnswerRe: How to pass parameters to WPF ? Pin
schiebel-t2-Feb-09 8:20
schiebel-t2-Feb-09 8:20 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.