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
1.1k views
1 answer
    I have a horizontal listbox with a custom controlIemplate. The selected item gets a dotted frame when focused. Anyone know how to get rid of it? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    I would like to use Short Date named string format in WPF. I tried something like: <TextBlock Text="{Binding Date, ... " /> How to do this? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    How to create trapezoid tabs in WPF tab control? I'd like to create non rectangular tabs that look like ... are not rectangles, but trapezes. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.4k views
1 answer
    I currently have a listbox that has its selected item bound to a property on my ViewModel. Whenever the selected item isn ... }"> ... </ListBox> See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    Is it possible to have DataTemplate composition or inheritance (similar to "BasedOn" in Styles)? There are 2 ... inheriting the base template). See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    I have a WPF ListView which repeats the data vertically. I cannot figure out how to make it repeat horizontally, ... > </Border> </DataTemplate> See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    Say I want a TextBlock to have its Width equal to it's Parent container's Width (ie, stretch from side to ... basically, like in HTML and CSS) See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    How can I: right-align the text in the ID column make each of the columns auto size according to the text length ... /> </GridView> </ListView.View> </ListView> Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    I have several styles like this one (left, right, center) that differ only in the which corners (if any) are ... 's not the top level element in the style. Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    What does exactly the star in size terms in WPF mean? Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
960 views
1 answer
    How can I add a line break to text when it is being set as an attribute i.e.: <TextBlock Text="Stuff on ... /> Stuff on line2 </TextBlock.Text> <TextBlock/> Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    I try to use binding with an attached property. But can't get it working. public class Attached { public static ... property is 'IsChecked' (type 'Nullable`1') Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
885 views
1 answer
    Is it correct to store all my ViewModels in SimpleIoc? For instance I am having three pages MainPage, Photos, ... anyone explain me idea and purpose of IoC ? Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    When the user does a column sort in my DataGrid, I want all null or empty cells to be sorted to the ... 'm hoping for an MVVM friendly solution if possible. Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I have a group of buttons that should act like toggle buttons, but also as radio buttons where only one button ... Any idea how this can be implemented in WPF? Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
990 views
1 answer
    At the article, WPF Apps With The Model-View-ViewModel Design Pattern, the author who is Josh Smith said: (1) ... handler is. What do you think about this? Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.4k views
1 answer
    How to allow TextBlock's text to be selectable? I tried to get it to work by displaying the text using a read- ... . In other words, how to make it selectable? Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    How can I create a basic custom window chrome for a WPF window, that doesn't include the close button and still a moveable and resizeable window? Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I am looking for a good method to handle a vector files (EPS or SVG) in a XAML. I found a plugin that ... example? Tool I am using: Adobe Illustrator to Xaml. Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    I want to have the ListItems to extend with their orange background the full width of the Listbox. Currently ... CustomerItemTemplate}"/> </Grid> </Window> Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    How can I hide a column in a WPF DataGrid through a Binding? This is what I did: <DataGridTextColumn Header=" ... (type 'Visibility') How to fix the binding? Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
840 views
1 answer
    i'm using MasterDetailPage but on iPad i have a weird delimiter color on the right edge, i already ... .com/questions/65833414/masterdetailpage-with-weird-delimiter-color-on-ipad...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    iOS Screen Simulator is IPhone 12 Pro MAX Android Screen Emulator is Pixel 3a XL <Grid> <StackLayout x:Name=" ... 65840530/why-my-grid-height-over-phone-size-in-xamarin-ios...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
941 views
1 answer
    My code will draw a graphic and, before the paint event, I need to set the size of element containing the ... .com/questions/65851739/uwp-how-to-get-element-size-before-painting...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    I'm trying to achieve what I think is probably quite simple but as I'm new to Xamarin & Databinding ... .com/questions/65858248/databind-properties-of-a-class-in-contentview...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
876 views
1 answer
    I'm trying to download a video from a website. The link of the video sources is given like below ... questions/65878959/download-video-from-a-website-using-chrome-inspect-element...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I'm developing an app using WPF , to be used in windows 7x86 up to latest windows 10 versions. ... .com/questions/65896846/wpf-and-uwp-compatibility-for-earlier-windows...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    When creating a Button with text in Xamarin Forms and increasing the font size in the mobile settings, the text ... how-to-align-button-text-when-increasing-font-size-in-settings...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
To see more, click for the full list of questions or popular tags.
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

2.1m questions

2.1m answers

60 comments

56.6k users

...