Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged XAML

0 votes
824 views
1 answer
    I want to create listview inside listview. I tried below code, which is not working in Android, same code ... child listview is not displayed. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
795 views
1 answer
    Anyone know a good way to create this object from Xaml? It also has to work at .5 Opacity when layered on top ... > </Path.Data> </Path> See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    I am trying to display an icon using an image source(.jpg). I create a Icon property in view model and try to ... ; img.EndInit(); Icon = img; See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
798 views
1 answer
    Is it possible to make the elements within a WPF toolbar have a HorizontalAlignment of Right? <ToolBar Height="38 ... it would a normal element. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
658 views
1 answer
    I've seen a lot of WPF Binding examples and have used the feature in a lot of different places in ... ="{Binding Path=SomeProperty}" See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
504 views
1 answer
    Is there a way to detect that ScrollViwer of ListView is in scrolling mode and stopped scrolling. In windows phone 8. ... phone 8.1 WinRT app? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
534 views
1 answer
    I have this requirement, that I have a collection of items (ObservableCollection), but I only want to display the ... }" /> <DataTemplate /> See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
683 views
1 answer
    Given an instance of the class ThisClassShouldBeTheDataContext as the Datacontext for the view class ThisClassShouldBeTheDataContext { ... }" /> See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
682 views
1 answer
    What would be the best/right way to have a set of DataGrid columns have proportional width (Width="*"), ... column's widest piece of content? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
822 views
1 answer
    Why doesn't WPF border control have a mousedoubleclick event? I have a ItemsControl with some layout stuff in it ... xaml to make it possible? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
753 views
1 answer
    I have found that using WindowChrome on a WPF Window can make me put content wherever I want in the Window, ... , so they're obviously there. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
596 views
1 answer
    Im looking for a customized control for WPF which allows Min,Max values and Indicator on specific value. If I ... where my bar changes color See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
767 views
1 answer
    I'm trying to make a Hyperlink that contains text with super- and/or subscripts. I've found two ways ... looking laughably bad when underlined? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
565 views
1 answer
    I'm learning WPF and can't figure out how to enfore my buttons to take a square shape. Here is my XAML ... and height equal. Is this possible? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
522 views
1 answer
    Is there a way to do a comparison on object type for a trigger? <DataTrigger Binding="{Binding SelectedItem ... the selected item object. Thanks See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
825 views
1 answer
    I wish to use an <Image> in my WPF Application which responds to mouse clicks. Only the 'Mouse Up' and ' ... control to give the same effect? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
670 views
1 answer
    I have a page with some text boxes for data input. The binding of the text box is set to TwoWay. The data ... to do something in the save event? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
867 views
1 answer
    I want to shape my WPF tooltip like the image below: How do I achieve this? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
656 views
1 answer
    I want to hide the navigation bar in a page created using WPF. I have tried ShowsNavigationUI = false, but it is still displaying the control. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
513 views
1 answer
    I have a few WPF applications and I want all my styles to be in a shared assembly instead of declaring them in ... assembly. Is there any way? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
881 views
1 answer
    Creating a relatively simple data entry form, and just want to separate certain sections with a horizontal line ( ... my parent control/window? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
465 views
1 answer
    I need to create a Dialog / Prompt including TextBox for user input. My problem is, how to get the text after ... input? Thanks for any hint! See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
447 views
1 answer
    I want to make view such that in small screens the view comes less and in large it should come full. for ... //i.stack.imgur.com/lLQR7.png See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
522 views
1 answer
    I'd like to add a page transition in my Windows Phone 8.1 app in such a way, that the following page ... how to implement such an animation? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
619 views
1 answer
    A have the following CommandBar in my Windows Phone 8.1 (I'm using the Universal template): <Page. ... shown above the AppBar itself. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
719 views
1 answer
    Is there any recommended way with WPF to create a common window style to be used across an application? I ... content when launched? Cheers, rJ See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
479 views
1 answer
    Given I have a GridView and I want to navigate to a different page by clicking each item. How can navigate ... way to achieve similar results? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
576 views
1 answer
    I have a DataGrid which needs to look like this: As you can see, there are multiple columns as well as ... create multi level column headers. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...