Skip to content

Can't set 'Translation' in ScrollView in XAML #10307

@tpoint75

Description

@tpoint75

Describe the bug

Can't set 'Translation' in ScrollView in XAML because of:
The XAML Binary Format (XBF) generator reported syntax error '0x09C4' : Property Not Found

Steps to reproduce the bug

<ScrollView
..
   Translation="0, 0, 32"
   VerticalScrollMode="Auto">
   <ScrollView.Shadow>
      <ThemeShadow />
</ScrollView.Shadow>
..

Expected behavior

No response

Screenshots

No response

NuGet package version

None

Windows version

No response

Additional context

But it is possible to set with HotReload and from winrt/c++.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingneeds-triageIssue needs to be triaged by the area owners

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions