In an Avalonia MVVM app, cannot get ComboBox selection changed binding to work

I am implementing a simple tile set editor for retro games using Avalonia, CommunityToolkit MVVM and .NET 8. I am working on the “New Tileset” dialog, and I have a ComboBox for selecting the type of tile set (Fixed Size or Variable Size). The ComboBox is bound to an Enum defined as follows:

public enum TilesetDimensions
{
    [EnumDescriptor(identifier: "FixedSize")]
    FixedSize,
    [EnumDescriptor(identifier: "VariableSize")]
    VariableSize
}

The EnumDescriptor attribute is my own class that adds several optional meta-data items to an emum. This has been working fine for a while, and the identifier is used to do a language translation lookup (displayed in the ComboBox via a Converter).

I am specifically trying to hide the Label after the ComboBox depending on which value is selected. The axaml code for the ComboBox is as follows. The TilesetTypes, SelectedTilesetType, and IsFixedSize bindings are defined in the ViewModel.

<ComboBox 
    Grid.Row="0"
    Grid.Column="1"
    Classes="OptionsEntry"
    ItemsSource="{Binding TilesetTypes}"    
    SelectedValue="{Binding SelectedTilesetType, Mode=TwoWay}">             
    <ComboBox.ItemTemplate>
        <DataTemplate>
            <TextBlock 
                Text="{Binding, Converter={StaticResource EnumTranslationConverter}}"  />
        </DataTemplate>
    </ComboBox.ItemTemplate>
</ComboBox>
<Label 
    Grid.Row="1" 
    Grid.Column="0"
    IsVisible="{Binding IsFixedSize}"
    Classes="OptionsLabel" 
    Content="{Binding Translator[TileSize]}" 
/>
public ObservableCollection<TilesetDimensions> TilesetTypes { get; } =
    new ObservableCollection<TilesetDimensions>(Enum.GetValues<TilesetDimensions>());

[ObservableProperty]
[NotifyPropertyChangedFor(nameof(IsFixedSize))]
private TilesetDimensions selectedTilesetType = TilesetDimensions.FixedSize;

public bool IsFixedSize => SelectedTilesetType == TilesetDimensions.FixedSize;

Everything is working fine, except the hiding of the label when “Variable Size” is selected. The ComboBox is filled with the correctly translated text values, and the visibility of the label works fine if I change the default value of SelectedTilesetType at design-time. It just refuses to change at run-time.

I have tried adding an event to catch it, and tried manually assigning the PropertyChanged event in the ViewModel. No breakpoints are hit, nothing is logged, when the selected value is changed at run-time. I’ve tried every iteration I can think of, even tried changing to ReactiveUI and couldn’t get THAT to change the visibility either.

partial void OnSelectedTilesetTypeChanging(TilesetDimensions oldValue, TilesetDimensions newValue)
{
    Debug.WriteLine($"Selected tileset type changing from {oldValue} to {newValue}");
}
PropertyChanged += (sender, args) =>
{
    if (args.PropertyName == nameof(SelectedTilesetType))
    {
        Debug.WriteLine($"Selected tileset type changed to {SelectedTilesetType}");
    }
};

I’ve tried StackOverflow, Google Searches, CoPilot, etc., and I can’t figure out what I am doing wrong. I feel like it has to be something simple, but I don’t know what it is.

Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa Dịch vụ tổ chức sự kiện 5 sao Thông tin về chúng tôi Dịch vụ sinh nhật bé trai Dịch vụ sinh nhật bé gái Sự kiện trọn gói Các tiết mục giải trí Dịch vụ bổ trợ Tiệc cưới sang trọng Dịch vụ khai trương Tư vấn tổ chức sự kiện Hình ảnh sự kiện Cập nhật tin tức Liên hệ ngay Thuê chú hề chuyên nghiệp Tiệc tất niên cho công ty Trang trí tiệc cuối năm Tiệc tất niên độc đáo Sinh nhật bé Hải Đăng Sinh nhật đáng yêu bé Khánh Vân Sinh nhật sang trọng Bích Ngân Tiệc sinh nhật bé Thanh Trang Dịch vụ ông già Noel Xiếc thú vui nhộn Biểu diễn xiếc quay đĩa Dịch vụ tổ chức tiệc uy tín Khám phá dịch vụ của chúng tôi Tiệc sinh nhật cho bé trai Trang trí tiệc cho bé gái Gói sự kiện chuyên nghiệp Chương trình giải trí hấp dẫn Dịch vụ hỗ trợ sự kiện Trang trí tiệc cưới đẹp Khởi đầu thành công với khai trương Chuyên gia tư vấn sự kiện Xem ảnh các sự kiện đẹp Tin mới về sự kiện Kết nối với đội ngũ chuyên gia Chú hề vui nhộn cho tiệc sinh nhật Ý tưởng tiệc cuối năm Tất niên độc đáo Trang trí tiệc hiện đại Tổ chức sinh nhật cho Hải Đăng Sinh nhật độc quyền Khánh Vân Phong cách tiệc Bích Ngân Trang trí tiệc bé Thanh Trang Thuê dịch vụ ông già Noel chuyên nghiệp Xem xiếc khỉ đặc sắc Xiếc quay đĩa thú vị
Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa
Thiết kế website Thiết kế website Thiết kế website Cách kháng tài khoản quảng cáo Mua bán Fanpage Facebook Dịch vụ SEO Tổ chức sinh nhật