Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
1 answer
95 views

I'm struggling a lot finding a solution to my problem. I can't understand why my view is breaking as soon as I wrap it inside a scrollviewer. The layout idea is the following: <ScrollViewer> ...
Alberto's user avatar
  • 58
0 votes
0 answers
34 views

I have this custom DataGrid. What I want to achieve is, when the user has the mouse inside of the DataGrid (which does not have max height), it should allow to scroll the whole parent component inside ...
Thi Nguyen's user avatar
0 votes
1 answer
36 views

I am using WPF for an application. In the XAML code, I have defined the width & height of both horizontal scroll bar and vertical scroll bar. However, the vertical scroll bar is still thicker than ...
Athang Tikekar's user avatar
0 votes
0 answers
67 views

I am currently developing a control that has a DataGrid as the main parent and one of the columns is a listview which has another listview inside. I am trying to re-evaluate the scroll content when I ...
Rock3rRullz's user avatar
0 votes
0 answers
113 views

I run into the problem as the title says. I have datagrid inside a scroll viewer in a wpf window. I tried using tools like Snoop to see the actual width of the datagrid and the actual width of each ...
Dream Land's user avatar
1 vote
1 answer
55 views

I have looked at every related answer I can find I have tried most of the offered solutions but nothing is working. First the visual... The inner TabControl and the ScrollViewer are added in code (...
Steve S's user avatar
  • 89
0 votes
1 answer
90 views

SETUP: In my canvas, I'm trying to take a picture of my canvas elements that are all contained in a grid. There is "Photo" button inside a row in the grid that will open the dialog and take ...
user1019042's user avatar
  • 2,256
1 vote
0 answers
52 views

I'm working in a WPF project where I have to zoom an image, hence scrollviewer is needed when the image is zoomed. I have achieved the zoom with delta manipulation matrix etc. The problem is, using ...
vanessa's user avatar
  • 11
0 votes
1 answer
41 views

do you know why my scrollviewer isn't working? (WPF) <Grid Grid.Row="1" Grid.Column="1" Width="350"> <Grid.RowDefinitions> <RowDefinition ...
A382923498's user avatar
0 votes
2 answers
95 views

I'm trying to create a gallery-style layout with a ScrollViewer and a WrapPanel in WPF, but the WrapPanel is extending beyond the boundaries of the ScrollViewer. I've tried setting the ...
julian bechtold's user avatar
0 votes
0 answers
90 views

I have a fairly simple ListView: <ListView DockPanel.Dock="Bottom" HorizontalContentAlignment="Stretch" SelectedItem="{Binding SelectedItem}" ...
Benoit Dufresne's user avatar
0 votes
1 answer
1k views

<Window x:Class="wpfsamples.Test" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml&...
Mr QiuQiu's user avatar
0 votes
1 answer
308 views

I have a WPF TextBlock with a border applied. See below: <Border BorderBrush="Transparent" BorderThickness="0" Visibility="Visible"> <Border....
Willy's user avatar
  • 10.8k
0 votes
1 answer
858 views

I am using the MaterialDesign XAML templates as the basis for my self styled ScrollViewer. When the horizontal, as well as the vertical ScrollBars are visible, this square appears at the bottom right. ...
Luuke's user avatar
  • 141
0 votes
1 answer
212 views

So I'm trying to get all controls from parent control (MainGrid) for it i use this: public static List<Visual> GetChildrens(Visual iParent, bool iRecursive) { ...
user avatar
0 votes
1 answer
261 views

I have a ListBox with a GroupStyle. If i use the GroupStyle the ScrollViewer of the ListBox scrolls by group rather that item. So if the group has more items than fit on the screen the user never sees ...
BluePalmTree's user avatar
-1 votes
1 answer
463 views

Why do the scrollbars not appear with the following XAML? <Window x:Class="GridViewsToImagePocApp.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation&...
Rod's user avatar
  • 15.6k
-2 votes
1 answer
681 views

I have a Listbox that contains Images as items. we can select the image and it will show the image in image viewer . Now the issue is when ever I load it the scrollViewer is moving to previously ...
naveenkumar's user avatar
1 vote
1 answer
497 views

I have a single data grid control in WPF. I use PreviewKeyDown event to override Home and End events to scroll to the first and last visible item in the data grid control respectively but neither ...
Joan Venge's user avatar
  • 334k
0 votes
1 answer
70 views

Here is my Grid, no matter what I tried I can't get the VerticalScrollBar to show up. <Grid> <ScrollViewer VerticalScrollBarVisibility="Auto" HorizontalScrollBarVisibility="...
NoSchist's user avatar
1 vote
1 answer
2k views

I'm using the following controls in WPF (XAML) code to create a canvas: <ScrollViewer x:Name="CanvasScrollViewer" HorizontalScrollBarVisibility="Visible" ...
Mandroid's user avatar
0 votes
2 answers
209 views

I have the following code: <ItemsControl ItemsSource="{Binding ItemsList}" Visibility="{Binding HmiState, Converter={StaticResource IsHmiViewState}}"> <ItemsControl....
Al Anderson's user avatar
0 votes
1 answer
219 views

how to get scollbar height in scrollviewer in uwp just like shown in this photo.
Sumeet Kumar Paul's user avatar
0 votes
0 answers
87 views

I have a User Control 1 and a Page 1, what I'm trying to do is adding a scrollViewer to the User Control 1, but it does not working. I would like to know what's wrong in this case? Page 1 : <...
user avatar
0 votes
1 answer
2k views

I have a chat app on Avaloni UI. Messages are displayed in the ScrollViewer. I need to scroll the list of messages to a new message when I receive or send a message.
Алексей Козлов's user avatar

1
2 3 4 5
24