mirror of
https://github.com/soukoku/ntwain.git
synced 2026-02-25 13:04:07 +08:00
Redone the cap value read code to support all twain types (#3).
This commit is contained in:
@@ -40,6 +40,7 @@
|
||||
<Label Content="Cap values" Grid.Column="2"></Label>
|
||||
<ListBox x:Name="CapDetailList" Grid.Row="1" Grid.Column="2" MinWidth="100"
|
||||
SelectionChanged="CapDetailList_SelectionChanged"
|
||||
ScrollViewer.CanContentScroll="True"
|
||||
Style="{StaticResource AppListBox}"></ListBox>
|
||||
|
||||
<StackPanel Orientation="Horizontal" Grid.Column="3" >
|
||||
|
||||
Reference in New Issue
Block a user