Click here to Skip to main content
15,914,066 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: WebBrowser hosted in a WPF user control called from MFC dialog hangs when pressing the TAB key. Pin
OscarOrtega22-Apr-08 23:01
OscarOrtega22-Apr-08 23:01 
GeneralRe: WebBrowser hosted in a WPF user control called from MFC dialog hangs when pressing the TAB key. Pin
NickB25-Jun-08 4:14
NickB25-Jun-08 4:14 
GeneralWPF animation and performance Pin
koleraba17-Apr-08 12:14
koleraba17-Apr-08 12:14 
GeneralRe: WPF animation and performance Pin
User 27100917-Apr-08 18:26
User 27100917-Apr-08 18:26 
Generalfloat Dependency Property Exception Pin
RNEELY17-Apr-08 9:33
RNEELY17-Apr-08 9:33 
GeneralRe: float Dependency Property Exception Pin
Pete O'Hanlon17-Apr-08 9:55
mvePete O'Hanlon17-Apr-08 9:55 
GeneralRe: float Dependency Property Exception Pin
RNEELY17-Apr-08 10:00
RNEELY17-Apr-08 10:00 
Generalwpf xbap listbox problem Pin
pat3d216-Apr-08 9:03
pat3d216-Apr-08 9:03 
Hi,

I have created a listbox with items in XAML file using VS2008. (for a WPF Browser application)
I'm selecting a item with the mouse, and when I'm using the up and down keys of the keyboard and reach the top or the bottom of the listbox, it goes out the listbox.

Is there a way not to leave the listbox ?

I hope I'm clear enough in my explanation.

If anyone can help.

Thanks in advance,

Pat3d

My code:


<Page xmlns:my="clr-namespace:System.Windows.Shapes;assembly=PresentationFramework" x:Class="WpfBrowserStyleTest.Page1"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:dropShadow="clr-namespace:Microsoft.Windows.Themes;assembly=PresentationFramework.Aero"
Title="Page1" Width="562" ShowsNavigationUI="False">
<Grid Height="263" Width="488">
<Grid.RowDefinitions>
<RowDefinition Height="176.346*" />
<RowDefinition Height="86.654*" />
</Grid.RowDefinitions>
<Grid.ColumnDefinitions>
<ColumnDefinition Width="325.422*" />
<ColumnDefinition Width="162.578*" />
</Grid.ColumnDefinitions>
<dropShadow:SystemDropShadowChrome Color="#71000000" Margin="0,0,0,79.083" HorizontalAlignment="Left" Width="159.984">
<ListBox SelectionMode="Multiple" IsTabStop="False">
<ListBoxItem>test</ListBoxItem>
<ListBoxItem>test2</ListBoxItem>
<ListBoxItem>test3</ListBoxItem>
<ListBoxItem>test4</ListBoxItem>
<ListBoxItem>test</ListBoxItem>
<ListBoxItem>test2</ListBoxItem>
<ListBoxItem>test3</ListBoxItem>
<ListBoxItem>test4</ListBoxItem>
</ListBox>
</dropShadow:SystemDropShadowChrome>
<Button Grid.Column="1" Height="23" Margin="40.905,50.245,46.359,0" Name="button1" VerticalAlignment="Top">Button</Button>
</Grid>
</Page>
GeneralRe: wpf xbap listbox problem Pin
RNEELY18-Apr-08 4:48
RNEELY18-Apr-08 4:48 
GeneralRe: wpf xbap listbox problem Pin
pat3d223-Apr-08 7:27
pat3d223-Apr-08 7:27 
GeneralProblem with UserControl [modified] Pin
koleraba14-Apr-08 15:23
koleraba14-Apr-08 15:23 
GeneralRe: Problem with UserControl Pin
Insincere Dave14-Apr-08 16:33
Insincere Dave14-Apr-08 16:33 
GeneralRe: Problem with UserControl Pin
koleraba15-Apr-08 0:11
koleraba15-Apr-08 0:11 
GeneralPhoto Gallery using Silver light Pin
r aa j14-Apr-08 3:43
r aa j14-Apr-08 3:43 
GeneralRe: Photo Gallery using Silver light Pin
Michael Sync14-Apr-08 17:53
Michael Sync14-Apr-08 17:53 
GeneralRe: Photo Gallery using Silver light Pin
r aa j15-Apr-08 18:16
r aa j15-Apr-08 18:16 
QuestionHow can i use DataGridView in WPF Application? Pin
bankey101011-Apr-08 1:24
bankey101011-Apr-08 1:24 
AnswerRe: How can i use DataGridView in WPF Application? Pin
User 27100911-Apr-08 2:02
User 27100911-Apr-08 2:02 
GeneralRe: How can i use DataGridView in WPF Application? Pin
Pete O'Hanlon11-Apr-08 3:13
mvePete O'Hanlon11-Apr-08 3:13 
AnswerRe: How can i use DataGridView in WPF Application? Pin
Pete O'Hanlon11-Apr-08 2:23
mvePete O'Hanlon11-Apr-08 2:23 
GeneralRe: How can i use DataGridView in WPF Application? Pin
User 27100911-Apr-08 3:32
User 27100911-Apr-08 3:32 
GeneralRe: How can i use DataGridView in WPF Application? Pin
Pete O'Hanlon11-Apr-08 4:11
mvePete O'Hanlon11-Apr-08 4:11 
GeneralRe: How can i use DataGridView in WPF Application? Pin
User 27100911-Apr-08 4:30
User 27100911-Apr-08 4:30 
GeneralRe: How can i use DataGridView in WPF Application? Pin
Pete O'Hanlon11-Apr-08 4:51
mvePete O'Hanlon11-Apr-08 4:51 
AnswerRe: How can i use DataGridView in WPF Application? Pin
User 27100911-Apr-08 3:31
User 27100911-Apr-08 3:31 

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.