- Application
- Request Handling
- Authorization
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <Page | |
| xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" | |
| xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" | |
| xmlns:dd="urn:gong-wpf-dragdrop"> | |
| <Grid> | |
| <ItemsControl x:Name="pnlBilder" | |
| HorizontalAlignment="Center" | |
| Width="300" Height="100" | |
| dd:DragDrop.IsDragSource="True" | |
| ScrollViewer.HorizontalScrollBarVisibility="Disabled" |
To style an HTML scrollbar like Apple's scrollbar, you can use CSS. Here's an example: CSS.
This CSS targets WebKit browsers (like Safari and Chrome) and styles the scrollbar with a similar look and feel to Apple's scrollbar.
Note that this won't work in non-WebKit browsers like Firefox.
::-webkit-scrollbar {