<Label Content="{Binding ElementName=listBoxName, Path=SelectedIndex}"/>
... public object Convert(object value, Type targetType, object parameter, CultureInfo culture) { return (int)value + 1; } ...