Cannot type a space on a textbox inside listbox
I make a simple xaml:
I can't input space into the textbox. When I press the space bar, it focus into the ListboxItem.
NoesisGui version is 1.2.6f6. Do you know how to solve it?
Thank you!
Code: Select all
<UserControl
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
mc:Ignorable="d"
Height="350" Width="525">
<Grid>
<ListView>
<ListViewItem>
<TextBox />
</ListViewItem>
<ListViewItem>
<TextBox />
</ListViewItem>
</ListView>
</Grid>
</UserControl>
NoesisGui version is 1.2.6f6. Do you know how to solve it?
Thank you!
-
-
sfernandez
Site Admin
- Posts: 3197
- Joined:
Re: Cannot type a space on a textbox inside listbox
Hi,
This was a bug we already fixed for NoesisGUI 2.0.
Could you download the latest version and test again?
Another thing that you should add is the ListView.View property:
This was a bug we already fixed for NoesisGUI 2.0.
Could you download the latest version and test again?
Another thing that you should add is the ListView.View property:
Code: Select all
<ListView.View>
<GridView>
<GridViewColumn .../>
...
</GridView>
</ListView.View>
Re: Cannot type a space on a textbox inside listbox
Thank you for your reply.
I just make a prototype with NoesisGui, so I used the free version on asset store.
Can I download the trial of version 2.0 ?
Thank you !
I just make a prototype with NoesisGui, so I used the free version on asset store.
Can I download the trial of version 2.0 ?
Thank you !
-
-
sfernandez
Site Admin
- Posts: 3197
- Joined:
Re: Cannot type a space on a textbox inside listbox
Thank you. I tried the new version. It worked well.
-
-
sfernandez
Site Admin
- Posts: 3197
- Joined:
Re: Cannot type a space on a textbox inside listbox
You are welcome.
Who is online
Users browsing this forum: No registered users and 0 guests